HSL(54, 10%, 33%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(54,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 10%, 33%) | color: hsl(54, 10%, 33%) | |
| HEX | #5D5B4C | color: #5D5B4C | |
| RGB | rgb(93, 91, 76) | color: rgb(93, 91, 76) | |
| CMYK | cmyk(0%, 2%, 18%, 64%) | — | |
| HSV | hsv(53, 18%, 36%) | — | |
| HWB | hwb(53 30% 64%) | color: hwb(53 30% 64%) | |
| OKLCH | oklch(0.4685 0.0235 100.98) | color: oklch(0.4685 0.0235 100.98) | |
| Lab | lab(38.43 -2.09 8.95) | color: lab(38.43 -2.09 8.95) | |
| LCH | lch(38.43 9.19 103.14) | color: lch(38.43 9.19 103.14) |
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)
#5C5C50 — rgb(92, 92, 80)
Deuteranopia (Green-blind)
#5C5C51 — rgb(92, 92, 81)
Tritanopia (Blue-blind)
#5D5253 — rgb(93, 82, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 10%, 33%);
text
color: hsl(54, 10%, 33%);
border
border: 2px solid hsl(54, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(54, 10%, 53%), hsl(54, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(54, 10%, 33%), hsl(54, 10%, 13%))
hex
background-color: #5D5B4C;
tailwind
bg-[hsl(54,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 10%, 33%, 0.4);
css variable
--color-primary: hsl(54, 10%, 33%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 10%, 33%)?
HEX: #5D5B4C | RGB: rgb(93, 91, 76) | CMYK: 0%, 2%, 18%, 64% | HSV: 53°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #5D5B4C?
The complementary color is HSL(234, 10%, 33%). 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, 10%, 33%) in CSS?
As HSL: color: hsl(54, 10%, 33%); — As HEX: color: #5D5B4C; — As RGB: color: rgb(93, 91, 76); — Tailwind CSS: bg-[hsl(54,10%,33%)] — CSS variable: --color-primary: hsl(54, 10%, 33%);