HSL(224, 9%, 41%)
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(224,9%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 9%, 41%) | color: hsl(224, 9%, 41%) | |
| HEX | #5F6472 | color: #5F6472 | |
| RGB | rgb(95, 100, 114) | color: rgb(95, 100, 114) | |
| CMYK | cmyk(17%, 12%, 0%, 55%) | — | |
| HSV | hsv(224, 17%, 45%) | — | |
| HWB | hwb(224 37% 55%) | color: hwb(224 37% 55%) | |
| OKLCH | oklch(0.5039 0.0231 269.95) | color: oklch(0.5039 0.0231 269.95) | |
| Lab | lab(42.4 1.26 -8.52) | color: lab(42.4 1.26 -8.52) | |
| LCH | lch(42.4 8.61 278.41) | color: lch(42.4 8.61 278.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)
#61616F — rgb(97, 97, 111)
Deuteranopia (Green-blind)
#61616E — rgb(97, 97, 110)
Tritanopia (Blue-blind)
#5F6C6B — rgb(95, 108, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 9%, 41%);
text
color: hsl(224, 9%, 41%);
border
border: 2px solid hsl(224, 9%, 41%);
gradient light
background: linear-gradient(to right, hsl(224, 9%, 61%), hsl(224, 9%, 41%));
gradient dark
background: linear-gradient(to right, hsl(224, 9%, 41%), hsl(224, 9%, 21%))
hex
background-color: #5F6472;
tailwind
bg-[hsl(224,9%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 9%, 41%, 0.4);
css variable
--color-primary: hsl(224, 9%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(224, 9%, 41%)?
HEX: #5F6472 | RGB: rgb(95, 100, 114) | CMYK: 17%, 12%, 0%, 55% | HSV: 224°, 17%, 45%. Copy any format from the conversion table above.
What colors go well with #5F6472?
The complementary color is HSL(44, 9%, 41%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 9%, 41%) in CSS?
As HSL: color: hsl(224, 9%, 41%); — As HEX: color: #5F6472; — As RGB: color: rgb(95, 100, 114); — Tailwind CSS: bg-[hsl(224,9%,41%)] — CSS variable: --color-primary: hsl(224, 9%, 41%);