HSL(64, 29%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(64,29%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 29%, 29%) | color: hsl(64, 29%, 29%) | |
| HEX | #5D5F35 | color: #5D5F35 | |
| RGB | rgb(93, 95, 53) | color: rgb(93, 95, 53) | |
| CMYK | cmyk(2%, 0%, 44%, 63%) | — | |
| HSV | hsv(63, 44%, 37%) | — | |
| HWB | hwb(63 21% 63%) | color: hwb(63 21% 63%) | |
| OKLCH | oklch(0.473 0.0616 110.9) | color: oklch(0.473 0.0616 110.9) | |
| Lab | lab(39.19 -7.9 23.73) | color: lab(39.19 -7.9 23.73) | |
| LCH | lch(39.19 25.01 108.41) | color: lch(39.19 25.01 108.41) |
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)
#5E5E3F — rgb(94, 94, 63)
Deuteranopia (Green-blind)
#5E5E42 — rgb(94, 94, 66)
Tritanopia (Blue-blind)
#5D4749 — rgb(93, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 29%, 29%);
text
color: hsl(64, 29%, 29%);
border
border: 2px solid hsl(64, 29%, 29%);
gradient light
background: linear-gradient(to right, hsl(64, 29%, 49%), hsl(64, 29%, 29%));
gradient dark
background: linear-gradient(to right, hsl(64, 29%, 29%), hsl(64, 29%, 9%))
hex
background-color: #5D5F35;
tailwind
bg-[hsl(64,29%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 29%, 29%, 0.4);
css variable
--color-primary: hsl(64, 29%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 29%, 29%)?
HEX: #5D5F35 | RGB: rgb(93, 95, 53) | CMYK: 2%, 0%, 44%, 63% | HSV: 63°, 44%, 37%. Copy any format from the conversion table above.
What colors go well with #5D5F35?
The complementary color is HSL(244, 29%, 29%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(64, 29%, 29%) in CSS?
As HSL: color: hsl(64, 29%, 29%); — As HEX: color: #5D5F35; — As RGB: color: rgb(93, 95, 53); — Tailwind CSS: bg-[hsl(64,29%,29%)] — CSS variable: --color-primary: hsl(64, 29%, 29%);