HSL(53, 80%, 28%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,80%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 80%, 28%) | color: hsl(53, 80%, 28%) | |
| HEX | #81730E | color: #81730E | |
| RGB | rgb(129, 115, 14) | color: rgb(129, 115, 14) | |
| CMYK | cmyk(0%, 11%, 89%, 49%) | — | |
| HSV | hsv(53, 89%, 51%) | — | |
| HWB | hwb(53 6% 49%) | color: hwb(53 6% 49%) | |
| OKLCH | oklch(0.5519 0.1107 100.45) | color: oklch(0.5519 0.1107 100.45) | |
| Lab | lab(48.21 -4.99 51.08) | color: lab(48.21 -4.99 51.08) | |
| LCH | lch(48.21 51.32 95.58) | color: lch(48.21 51.32 95.58) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#7B7B26 — rgb(123, 123, 38)
Deuteranopia (Green-blind)
#7C7D2C — rgb(124, 125, 44)
Tritanopia (Blue-blind)
#803A3E — rgb(128, 58, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 80%, 28%);
text
color: hsl(53, 80%, 28%);
border
border: 2px solid hsl(53, 80%, 28%);
gradient light
background: linear-gradient(to right, hsl(53, 80%, 48%), hsl(53, 80%, 28%));
gradient dark
background: linear-gradient(to right, hsl(53, 80%, 28%), hsl(53, 80%, 8%))
hex
background-color: #81730E;
tailwind
bg-[hsl(53,80%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 80%, 28%, 0.4);
css variable
--color-primary: hsl(53, 80%, 28%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 80%, 28%)?
HEX: #81730E | RGB: rgb(129, 115, 14) | CMYK: 0%, 11%, 89%, 49% | HSV: 53°, 89%, 51%. Copy any format from the conversion table above.
What colors go well with #81730E?
The complementary color is HSL(233, 80%, 28%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 80%, 28%) in CSS?
As HSL: color: hsl(53, 80%, 28%); — As HEX: color: #81730E; — As RGB: color: rgb(129, 115, 14); — Tailwind CSS: bg-[hsl(53,80%,28%)] — CSS variable: --color-primary: hsl(53, 80%, 28%);