HSL(116, 7%, 59%)
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(116,7%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 7%, 59%) | color: hsl(116, 7%, 59%) | |
| HEX | #909E8F | color: #909E8F | |
| RGB | rgb(144, 158, 143) | color: rgb(144, 158, 143) | |
| CMYK | cmyk(9%, 0%, 9%, 38%) | — | |
| HSV | hsv(116, 9%, 62%) | — | |
| HWB | hwb(116 56% 38%) | color: hwb(116 56% 38%) | |
| OKLCH | oklch(0.6837 0.0269 143.43) | color: oklch(0.6837 0.0269 143.43) | |
| Lab | lab(63.64 -7.91 6.15) | color: lab(63.64 -7.91 6.15) | |
| LCH | lch(63.64 10.02 142.14) | color: lch(63.64 10.02 142.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#969693 — rgb(150, 150, 147)
Deuteranopia (Green-blind)
#959494 — rgb(149, 148, 148)
Tritanopia (Blue-blind)
#919596 — rgb(145, 149, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 7%, 59%);
text
color: hsl(116, 7%, 59%);
border
border: 2px solid hsl(116, 7%, 59%);
gradient light
background: linear-gradient(to right, hsl(116, 7%, 79%), hsl(116, 7%, 59%));
gradient dark
background: linear-gradient(to right, hsl(116, 7%, 59%), hsl(116, 7%, 39%))
hex
background-color: #909E8F;
tailwind
bg-[hsl(116,7%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 7%, 59%, 0.4);
css variable
--color-primary: hsl(116, 7%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(116, 7%, 59%)?
HEX: #909E8F | RGB: rgb(144, 158, 143) | CMYK: 9%, 0%, 9%, 38% | HSV: 116°, 9%, 62%. Copy any format from the conversion table above.
What colors go well with #909E8F?
The complementary color is HSL(296, 7%, 59%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 7%, 59%) in CSS?
As HSL: color: hsl(116, 7%, 59%); — As HEX: color: #909E8F; — As RGB: color: rgb(144, 158, 143); — Tailwind CSS: bg-[hsl(116,7%,59%)] — CSS variable: --color-primary: hsl(116, 7%, 59%);