HSL(142, 9%, 62%)
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(142,9%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 9%, 62%) | color: hsl(142, 9%, 62%) | |
| HEX | #95A79C | color: #95A79C | |
| RGB | rgb(149, 167, 156) | color: rgb(149, 167, 156) | |
| CMYK | cmyk(11%, 0%, 7%, 35%) | — | |
| HSV | hsv(143, 11%, 65%) | — | |
| HWB | hwb(143 58% 35%) | color: hwb(143 58% 35%) | |
| OKLCH | oklch(0.711 0.0256 158.89) | color: oklch(0.711 0.0256 158.89) | |
| Lab | lab(66.84 -8.49 3.55) | color: lab(66.84 -8.49 3.55) | |
| LCH | lch(66.84 9.2 157.31) | color: lch(66.84 9.2 157.31) |
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)
#9D9D9F — rgb(157, 157, 159)
Deuteranopia (Green-blind)
#9C9A9F — rgb(156, 154, 159)
Tritanopia (Blue-blind)
#96A1A1 — rgb(150, 161, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 9%, 62%);
text
color: hsl(142, 9%, 62%);
border
border: 2px solid hsl(142, 9%, 62%);
gradient light
background: linear-gradient(to right, hsl(142, 9%, 82%), hsl(142, 9%, 62%));
gradient dark
background: linear-gradient(to right, hsl(142, 9%, 62%), hsl(142, 9%, 42%))
hex
background-color: #95A79C;
tailwind
bg-[hsl(142,9%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 9%, 62%, 0.4);
css variable
--color-primary: hsl(142, 9%, 62%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(142, 9%, 62%)?
HEX: #95A79C | RGB: rgb(149, 167, 156) | CMYK: 11%, 0%, 7%, 35% | HSV: 143°, 11%, 65%. Copy any format from the conversion table above.
What colors go well with #95A79C?
The complementary color is HSL(322, 9%, 62%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 9%, 62%) in CSS?
As HSL: color: hsl(142, 9%, 62%); — As HEX: color: #95A79C; — As RGB: color: rgb(149, 167, 156); — Tailwind CSS: bg-[hsl(142,9%,62%)] — CSS variable: --color-primary: hsl(142, 9%, 62%);