HSL(59, 40%, 26%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 40%, 26%) | color: hsl(59, 40%, 26%) | |
| HEX | #5D5C28 | color: #5D5C28 | |
| RGB | rgb(93, 92, 40) | color: rgb(93, 92, 40) | |
| CMYK | cmyk(0%, 1%, 57%, 64%) | — | |
| HSV | hsv(59, 57%, 36%) | — | |
| HWB | hwb(59 15% 64%) | color: hwb(59 15% 64%) | |
| OKLCH | oklch(0.4636 0.0729 107.93) | color: oklch(0.4636 0.0729 107.93) | |
| Lab | lab(38.08 -7.57 29.63) | color: lab(38.08 -7.57 29.63) | |
| LCH | lch(38.08 30.58 104.33) | color: lch(38.08 30.58 104.33) |
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)
#5D5D35 — rgb(93, 93, 53)
Deuteranopia (Green-blind)
#5D5D38 — rgb(93, 93, 56)
Tritanopia (Blue-blind)
#5D3F41 — rgb(93, 63, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 40%, 26%);
text
color: hsl(59, 40%, 26%);
border
border: 2px solid hsl(59, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(59, 40%, 46%), hsl(59, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(59, 40%, 26%), hsl(59, 40%, 6%))
hex
background-color: #5D5C28;
tailwind
bg-[hsl(59,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 40%, 26%, 0.4);
css variable
--color-primary: hsl(59, 40%, 26%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 40%, 26%)?
HEX: #5D5C28 | RGB: rgb(93, 92, 40) | CMYK: 0%, 1%, 57%, 64% | HSV: 59°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #5D5C28?
The complementary color is HSL(239, 40%, 26%). 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, 40%, 26%) in CSS?
As HSL: color: hsl(59, 40%, 26%); — As HEX: color: #5D5C28; — As RGB: color: rgb(93, 92, 40); — Tailwind CSS: bg-[hsl(59,40%,26%)] — CSS variable: --color-primary: hsl(59, 40%, 26%);