HSL(151, 6%, 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(151,6%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 6%, 59%) | color: hsl(151, 6%, 59%) | |
| HEX | #909D97 | color: #909D97 | |
| RGB | rgb(144, 157, 151) | color: rgb(144, 157, 151) | |
| CMYK | cmyk(8%, 0%, 4%, 38%) | — | |
| HSV | hsv(152, 8%, 62%) | — | |
| HWB | hwb(152 57% 38%) | color: hwb(152 57% 38%) | |
| OKLCH | oklch(0.6838 0.0172 166.48) | color: oklch(0.6838 0.0172 166.48) | |
| Lab | lab(63.57 -5.82 1.55) | color: lab(63.57 -5.82 1.55) | |
| LCH | lch(63.57 6.02 165.09) | color: lch(63.57 6.02 165.09) |
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)
#969698 — rgb(150, 150, 152)
Deuteranopia (Green-blind)
#959499 — rgb(149, 148, 153)
Tritanopia (Blue-blind)
#919A9A — rgb(145, 154, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 6%, 59%);
text
color: hsl(151, 6%, 59%);
border
border: 2px solid hsl(151, 6%, 59%);
gradient light
background: linear-gradient(to right, hsl(151, 6%, 79%), hsl(151, 6%, 59%));
gradient dark
background: linear-gradient(to right, hsl(151, 6%, 59%), hsl(151, 6%, 39%))
hex
background-color: #909D97;
tailwind
bg-[hsl(151,6%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 6%, 59%, 0.4);
css variable
--color-primary: hsl(151, 6%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(151, 6%, 59%)?
HEX: #909D97 | RGB: rgb(144, 157, 151) | CMYK: 8%, 0%, 4%, 38% | HSV: 152°, 8%, 62%. Copy any format from the conversion table above.
What colors go well with #909D97?
The complementary color is HSL(331, 6%, 59%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 6%, 59%) in CSS?
As HSL: color: hsl(151, 6%, 59%); — As HEX: color: #909D97; — As RGB: color: rgb(144, 157, 151); — Tailwind CSS: bg-[hsl(151,6%,59%)] — CSS variable: --color-primary: hsl(151, 6%, 59%);