HSL(89, 9%, 36%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(89,9%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 9%, 36%) | color: hsl(89, 9%, 36%) | |
| HEX | #5C6454 | color: #5C6454 | |
| RGB | rgb(92, 100, 84) | color: rgb(92, 100, 84) | |
| CMYK | cmyk(8%, 0%, 16%, 61%) | — | |
| HSV | hsv(90, 16%, 39%) | — | |
| HWB | hwb(90 33% 61%) | color: hwb(90 33% 61%) | |
| OKLCH | oklch(0.4913 0.0268 129.08) | color: oklch(0.4913 0.0268 129.08) | |
| Lab | lab(41.26 -6.37 8.04) | color: lab(41.26 -6.37 8.04) | |
| LCH | lch(41.26 10.26 128.39) | color: lch(41.26 10.26 128.39) |
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)
#5F6058 — rgb(95, 96, 88)
Deuteranopia (Green-blind)
#5F5E59 — rgb(95, 94, 89)
Tritanopia (Blue-blind)
#5C5B5C — rgb(92, 91, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 9%, 36%);
text
color: hsl(89, 9%, 36%);
border
border: 2px solid hsl(89, 9%, 36%);
gradient light
background: linear-gradient(to right, hsl(89, 9%, 56%), hsl(89, 9%, 36%));
gradient dark
background: linear-gradient(to right, hsl(89, 9%, 36%), hsl(89, 9%, 16%))
hex
background-color: #5C6454;
tailwind
bg-[hsl(89,9%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 9%, 36%, 0.4);
css variable
--color-primary: hsl(89, 9%, 36%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(89, 9%, 36%)?
HEX: #5C6454 | RGB: rgb(92, 100, 84) | CMYK: 8%, 0%, 16%, 61% | HSV: 90°, 16%, 39%. Copy any format from the conversion table above.
What colors go well with #5C6454?
The complementary color is HSL(269, 9%, 36%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 9%, 36%) in CSS?
As HSL: color: hsl(89, 9%, 36%); — As HEX: color: #5C6454; — As RGB: color: rgb(92, 100, 84); — Tailwind CSS: bg-[hsl(89,9%,36%)] — CSS variable: --color-primary: hsl(89, 9%, 36%);