HSL(239, 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(239,9%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 9%, 62%) color: hsl(239, 9%, 62%)
HEX #9596A7 color: #9596A7
RGB rgb(149, 150, 167) color: rgb(149, 150, 167)
CMYK cmyk(11%, 10%, 0%, 35%)
HSV hsv(237, 11%, 65%)
HWB hwb(237 58% 35%) color: hwb(237 58% 35%)
OKLCH oklch(0.6779 0.0249 283.03) color: oklch(0.6779 0.0249 283.03)
Lab lab(62.5 3.1 -9.01) color: lab(62.5 3.1 -9.01)
LCH lch(62.5 9.53 288.99) color: lch(62.5 9.53 288.99)

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.92:1
vs Black 7.2: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)

#9595A3 — rgb(149, 149, 163)

Deuteranopia (Green-blind)

#9595A2 — rgb(149, 149, 162)

Tritanopia (Blue-blind)

#95A09F — rgb(149, 160, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 9%, 62%);

text

color: hsl(239, 9%, 62%);

border

border: 2px solid hsl(239, 9%, 62%);

gradient light

background: linear-gradient(to right, hsl(239, 9%, 82%), hsl(239, 9%, 62%));

gradient dark

background: linear-gradient(to right, hsl(239, 9%, 62%), hsl(239, 9%, 42%))

hex

background-color: #9596A7;

tailwind

bg-[hsl(239,9%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(239, 9%, 62%, 0.4);

css variable

--color-primary: hsl(239, 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(239, 9%, 62%)?

HEX: #9596A7 | RGB: rgb(149, 150, 167) | CMYK: 11%, 10%, 0%, 35% | HSV: 237°, 11%, 65%. Copy any format from the conversion table above.

What colors go well with #9596A7?

The complementary color is HSL(59, 9%, 62%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 9%, 62%) in CSS?

As HSL: color: hsl(239, 9%, 62%); — As HEX: color: #9596A7; — As RGB: color: rgb(149, 150, 167); — Tailwind CSS: bg-[hsl(239,9%,62%)] — CSS variable: --color-primary: hsl(239, 9%, 62%);