HSL(95, 5%, 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(95,5%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 5%, 59%) | color: hsl(95, 5%, 59%) | |
| HEX | #969C91 | color: #969C91 | |
| RGB | rgb(150, 156, 145) | color: rgb(150, 156, 145) | |
| CMYK | cmyk(4%, 0%, 7%, 39%) | — | |
| HSV | hsv(93, 7%, 61%) | — | |
| HWB | hwb(93 57% 39%) | color: hwb(93 57% 39%) | |
| OKLCH | oklch(0.6846 0.0172 130.5) | color: oklch(0.6846 0.0172 130.5) | |
| Lab | lab(63.59 -4.26 5.01) | color: lab(63.59 -4.26 5.01) | |
| LCH | lch(63.59 6.58 130.37) | color: lch(63.59 6.58 130.37) |
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)
#999994 — rgb(153, 153, 148)
Deuteranopia (Green-blind)
#989894 — rgb(152, 152, 148)
Tritanopia (Blue-blind)
#969696 — rgb(150, 150, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 5%, 59%);
text
color: hsl(95, 5%, 59%);
border
border: 2px solid hsl(95, 5%, 59%);
gradient light
background: linear-gradient(to right, hsl(95, 5%, 79%), hsl(95, 5%, 59%));
gradient dark
background: linear-gradient(to right, hsl(95, 5%, 59%), hsl(95, 5%, 39%))
hex
background-color: #969C91;
tailwind
bg-[hsl(95,5%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 5%, 59%, 0.4);
css variable
--color-primary: hsl(95, 5%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(95, 5%, 59%)?
HEX: #969C91 | RGB: rgb(150, 156, 145) | CMYK: 4%, 0%, 7%, 39% | HSV: 93°, 7%, 61%. Copy any format from the conversion table above.
What colors go well with #969C91?
The complementary color is HSL(275, 5%, 59%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 5%, 59%) in CSS?
As HSL: color: hsl(95, 5%, 59%); — As HEX: color: #969C91; — As RGB: color: rgb(150, 156, 145); — Tailwind CSS: bg-[hsl(95,5%,59%)] — CSS variable: --color-primary: hsl(95, 5%, 59%);