HSL(57, 80%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,80%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 80%, 29%) | color: hsl(57, 80%, 29%) | |
| HEX | #857F0F | color: #857F0F | |
| RGB | rgb(133, 127, 15) | color: rgb(133, 127, 15) | |
| CMYK | cmyk(0%, 5%, 89%, 48%) | — | |
| HSV | hsv(57, 89%, 52%) | — | |
| HWB | hwb(57 6% 48%) | color: hwb(57 6% 48%) | |
| OKLCH | oklch(0.5834 0.1204 106.14) | color: oklch(0.5834 0.1204 106.14) | |
| Lab | lab(52.06 -9.75 54.14) | color: lab(52.06 -9.75 54.14) | |
| LCH | lch(52.06 55.01 100.21) | color: lch(52.06 55.01 100.21) |
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)
#82822A — rgb(130, 130, 42)
Deuteranopia (Green-blind)
#838331 — rgb(131, 131, 49)
Tritanopia (Blue-blind)
#853F44 — rgb(133, 63, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 80%, 29%);
text
color: hsl(57, 80%, 29%);
border
border: 2px solid hsl(57, 80%, 29%);
gradient light
background: linear-gradient(to right, hsl(57, 80%, 49%), hsl(57, 80%, 29%));
gradient dark
background: linear-gradient(to right, hsl(57, 80%, 29%), hsl(57, 80%, 9%))
hex
background-color: #857F0F;
tailwind
bg-[hsl(57,80%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 80%, 29%, 0.4);
css variable
--color-primary: hsl(57, 80%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 80%, 29%)?
HEX: #857F0F | RGB: rgb(133, 127, 15) | CMYK: 0%, 5%, 89%, 48% | HSV: 57°, 89%, 52%. Copy any format from the conversion table above.
What colors go well with #857F0F?
The complementary color is HSL(237, 80%, 29%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 80%, 29%) in CSS?
As HSL: color: hsl(57, 80%, 29%); — As HEX: color: #857F0F; — As RGB: color: rgb(133, 127, 15); — Tailwind CSS: bg-[hsl(57,80%,29%)] — CSS variable: --color-primary: hsl(57, 80%, 29%);