HSL(57, 60%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,60%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 60%, 29%) | color: hsl(57, 60%, 29%) | |
| HEX | #76721E | color: #76721E | |
| RGB | rgb(118, 114, 30) | color: rgb(118, 114, 30) | |
| CMYK | cmyk(0%, 3%, 75%, 54%) | — | |
| HSV | hsv(57, 75%, 46%) | — | |
| HWB | hwb(57 12% 54%) | color: hwb(57 12% 54%) | |
| OKLCH | oklch(0.5396 0.1026 106.63) | color: oklch(0.5396 0.1026 106.63) | |
| Lab | lab(46.95 -9.02 44.4) | color: lab(46.95 -9.02 44.4) | |
| LCH | lch(46.95 45.31 101.48) | color: lch(46.95 45.31 101.48) |
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)
#747432 — rgb(116, 116, 50)
Deuteranopia (Green-blind)
#757537 — rgb(117, 117, 55)
Tritanopia (Blue-blind)
#764246 — rgb(118, 66, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 60%, 29%);
text
color: hsl(57, 60%, 29%);
border
border: 2px solid hsl(57, 60%, 29%);
gradient light
background: linear-gradient(to right, hsl(57, 60%, 49%), hsl(57, 60%, 29%));
gradient dark
background: linear-gradient(to right, hsl(57, 60%, 29%), hsl(57, 60%, 9%))
hex
background-color: #76721E;
tailwind
bg-[hsl(57,60%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 60%, 29%, 0.4);
css variable
--color-primary: hsl(57, 60%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 60%, 29%)?
HEX: #76721E | RGB: rgb(118, 114, 30) | CMYK: 0%, 3%, 75%, 54% | HSV: 57°, 75%, 46%. Copy any format from the conversion table above.
What colors go well with #76721E?
The complementary color is HSL(237, 60%, 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, 60%, 29%) in CSS?
As HSL: color: hsl(57, 60%, 29%); — As HEX: color: #76721E; — As RGB: color: rgb(118, 114, 30); — Tailwind CSS: bg-[hsl(57,60%,29%)] — CSS variable: --color-primary: hsl(57, 60%, 29%);