HSL(57, 40%, 26%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 40%, 26%) | color: hsl(57, 40%, 26%) | |
| HEX | #5D5A28 | color: #5D5A28 | |
| RGB | rgb(93, 90, 40) | color: rgb(93, 90, 40) | |
| CMYK | cmyk(0%, 3%, 57%, 64%) | — | |
| HSV | hsv(57, 57%, 36%) | — | |
| HWB | hwb(57 15% 64%) | color: hwb(57 15% 64%) | |
| OKLCH | oklch(0.4587 0.0704 105.73) | color: oklch(0.4587 0.0704 105.73) | |
| Lab | lab(37.47 -6.4 28.92) | color: lab(37.47 -6.4 28.92) | |
| LCH | lch(37.47 29.62 102.48) | color: lch(37.47 29.62 102.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)
#5C5C34 — rgb(92, 92, 52)
Deuteranopia (Green-blind)
#5C5C37 — rgb(92, 92, 55)
Tritanopia (Blue-blind)
#5D3E40 — rgb(93, 62, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 40%, 26%);
text
color: hsl(57, 40%, 26%);
border
border: 2px solid hsl(57, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(57, 40%, 46%), hsl(57, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(57, 40%, 26%), hsl(57, 40%, 6%))
hex
background-color: #5D5A28;
tailwind
bg-[hsl(57,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 40%, 26%, 0.4);
css variable
--color-primary: hsl(57, 40%, 26%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 40%, 26%)?
HEX: #5D5A28 | RGB: rgb(93, 90, 40) | CMYK: 0%, 3%, 57%, 64% | HSV: 57°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #5D5A28?
The complementary color is HSL(237, 40%, 26%). 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, 40%, 26%) in CSS?
As HSL: color: hsl(57, 40%, 26%); — As HEX: color: #5D5A28; — As RGB: color: rgb(93, 90, 40); — Tailwind CSS: bg-[hsl(57,40%,26%)] — CSS variable: --color-primary: hsl(57, 40%, 26%);