HSL(59, 60%, 23%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,60%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 60%, 23%) | color: hsl(59, 60%, 23%) | |
| HEX | #5E5D17 | color: #5E5D17 | |
| RGB | rgb(94, 93, 23) | color: rgb(94, 93, 23) | |
| CMYK | cmyk(0%, 1%, 76%, 63%) | — | |
| HSV | hsv(59, 76%, 37%) | — | |
| HWB | hwb(59 9% 63%) | color: hwb(59 9% 63%) | |
| OKLCH | oklch(0.4652 0.0892 108.6) | color: oklch(0.4652 0.0892 108.6) | |
| Lab | lab(38.32 -8.94 38.09) | color: lab(38.32 -8.94 38.09) | |
| LCH | lch(38.32 39.13 103.21) | color: lch(38.32 39.13 103.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5E5E28 — rgb(94, 94, 40)
Deuteranopia (Green-blind)
#5E5E2C — rgb(94, 94, 44)
Tritanopia (Blue-blind)
#5E3538 — rgb(94, 53, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 60%, 23%);
text
color: hsl(59, 60%, 23%);
border
border: 2px solid hsl(59, 60%, 23%);
gradient light
background: linear-gradient(to right, hsl(59, 60%, 43%), hsl(59, 60%, 23%));
gradient dark
background: linear-gradient(to right, hsl(59, 60%, 23%), hsl(59, 60%, 3%))
hex
background-color: #5E5D17;
tailwind
bg-[hsl(59,60%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 60%, 23%, 0.4);
css variable
--color-primary: hsl(59, 60%, 23%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 60%, 23%)?
HEX: #5E5D17 | RGB: rgb(94, 93, 23) | CMYK: 0%, 1%, 76%, 63% | HSV: 59°, 76%, 37%. Copy any format from the conversion table above.
What colors go well with #5E5D17?
The complementary color is HSL(239, 60%, 23%). For a triadic harmony, use hues 59°, 179°, and 299°. For analogous combinations, try hues 29° and 89°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(59, 60%, 23%) in CSS?
As HSL: color: hsl(59, 60%, 23%); — As HEX: color: #5E5D17; — As RGB: color: rgb(94, 93, 23); — Tailwind CSS: bg-[hsl(59,60%,23%)] — CSS variable: --color-primary: hsl(59, 60%, 23%);