HSL(53, 16%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(53,16%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 16%, 32%) | color: hsl(53, 16%, 32%) | |
| HEX | #5F5C45 | color: #5F5C45 | |
| RGB | rgb(95, 92, 69) | color: rgb(95, 92, 69) | |
| CMYK | cmyk(0%, 3%, 27%, 63%) | — | |
| HSV | hsv(53, 27%, 37%) | — | |
| HWB | hwb(53 27% 63%) | color: hwb(53 27% 63%) | |
| OKLCH | oklch(0.471 0.0354 101.42) | color: oklch(0.471 0.0354 101.42) | |
| Lab | lab(38.75 -2.99 13.71) | color: lab(38.75 -2.99 13.71) | |
| LCH | lch(38.75 14.03 102.3) | color: lch(38.75 14.03 102.3) |
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)
#5E5E4B — rgb(94, 94, 75)
Deuteranopia (Green-blind)
#5E5E4C — rgb(94, 94, 76)
Tritanopia (Blue-blind)
#5F4F50 — rgb(95, 79, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 16%, 32%);
text
color: hsl(53, 16%, 32%);
border
border: 2px solid hsl(53, 16%, 32%);
gradient light
background: linear-gradient(to right, hsl(53, 16%, 52%), hsl(53, 16%, 32%));
gradient dark
background: linear-gradient(to right, hsl(53, 16%, 32%), hsl(53, 16%, 12%))
hex
background-color: #5F5C45;
tailwind
bg-[hsl(53,16%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 16%, 32%, 0.4);
css variable
--color-primary: hsl(53, 16%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 16%, 32%)?
HEX: #5F5C45 | RGB: rgb(95, 92, 69) | CMYK: 0%, 3%, 27%, 63% | HSV: 53°, 27%, 37%. Copy any format from the conversion table above.
What colors go well with #5F5C45?
The complementary color is HSL(233, 16%, 32%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 16%, 32%) in CSS?
As HSL: color: hsl(53, 16%, 32%); — As HEX: color: #5F5C45; — As RGB: color: rgb(95, 92, 69); — Tailwind CSS: bg-[hsl(53,16%,32%)] — CSS variable: --color-primary: hsl(53, 16%, 32%);