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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.53:1
vs Black 8.29:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Neutral backgrounds Body text Borders Secondary buttons Disabled states

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%);