HSL(54, 29%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,29%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 29%, 29%) | color: hsl(54, 29%, 29%) | |
| HEX | #5F5B35 | color: #5F5B35 | |
| RGB | rgb(95, 91, 53) | color: rgb(95, 91, 53) | |
| CMYK | cmyk(0%, 4%, 44%, 63%) | — | |
| HSV | hsv(54, 44%, 37%) | — | |
| HWB | hwb(54 21% 63%) | color: hwb(54 21% 63%) | |
| OKLCH | oklch(0.4652 0.0561 103.11) | color: oklch(0.4652 0.0561 103.11) | |
| Lab | lab(38.15 -4.64 22.46) | color: lab(38.15 -4.64 22.46) | |
| LCH | lch(38.15 22.93 101.67) | color: lch(38.15 22.93 101.67) |
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)
#5D5D3E — rgb(93, 93, 62)
Deuteranopia (Green-blind)
#5E5E40 — rgb(94, 94, 64)
Tritanopia (Blue-blind)
#5F4547 — rgb(95, 69, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 29%, 29%);
text
color: hsl(54, 29%, 29%);
border
border: 2px solid hsl(54, 29%, 29%);
gradient light
background: linear-gradient(to right, hsl(54, 29%, 49%), hsl(54, 29%, 29%));
gradient dark
background: linear-gradient(to right, hsl(54, 29%, 29%), hsl(54, 29%, 9%))
hex
background-color: #5F5B35;
tailwind
bg-[hsl(54,29%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 29%, 29%, 0.4);
css variable
--color-primary: hsl(54, 29%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 29%, 29%)?
HEX: #5F5B35 | RGB: rgb(95, 91, 53) | CMYK: 0%, 4%, 44%, 63% | HSV: 54°, 44%, 37%. Copy any format from the conversion table above.
What colors go well with #5F5B35?
The complementary color is HSL(234, 29%, 29%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(54, 29%, 29%) in CSS?
As HSL: color: hsl(54, 29%, 29%); — As HEX: color: #5F5B35; — As RGB: color: rgb(95, 91, 53); — Tailwind CSS: bg-[hsl(54,29%,29%)] — CSS variable: --color-primary: hsl(54, 29%, 29%);