HSL(53, 80%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,80%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 80%, 29%) | color: hsl(53, 80%, 29%) | |
| HEX | #85770F | color: #85770F | |
| RGB | rgb(133, 119, 15) | color: rgb(133, 119, 15) | |
| CMYK | cmyk(0%, 11%, 89%, 48%) | — | |
| HSV | hsv(53, 89%, 52%) | — | |
| HWB | hwb(53 6% 48%) | color: hwb(53 6% 48%) | |
| OKLCH | oklch(0.5651 0.1134 100.73) | color: oklch(0.5651 0.1134 100.73) | |
| Lab | lab(49.76 -5.32 52.26) | color: lab(49.76 -5.32 52.26) | |
| LCH | lch(49.76 52.53 95.81) | color: lch(49.76 52.53 95.81) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7F7F28 — rgb(127, 127, 40)
Deuteranopia (Green-blind)
#80812E — rgb(128, 129, 46)
Tritanopia (Blue-blind)
#843C40 — rgb(132, 60, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 80%, 29%);
text
color: hsl(53, 80%, 29%);
border
border: 2px solid hsl(53, 80%, 29%);
gradient light
background: linear-gradient(to right, hsl(53, 80%, 49%), hsl(53, 80%, 29%));
gradient dark
background: linear-gradient(to right, hsl(53, 80%, 29%), hsl(53, 80%, 9%))
hex
background-color: #85770F;
tailwind
bg-[hsl(53,80%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 80%, 29%, 0.4);
css variable
--color-primary: hsl(53, 80%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 80%, 29%)?
HEX: #85770F | RGB: rgb(133, 119, 15) | CMYK: 0%, 11%, 89%, 48% | HSV: 53°, 89%, 52%. Copy any format from the conversion table above.
What colors go well with #85770F?
The complementary color is HSL(233, 80%, 29%). 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%, 29%) in CSS?
As HSL: color: hsl(53, 80%, 29%); — As HEX: color: #85770F; — As RGB: color: rgb(133, 119, 15); — Tailwind CSS: bg-[hsl(53,80%,29%)] — CSS variable: --color-primary: hsl(53, 80%, 29%);