HSL(224, 9%, 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(224,9%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(224, 9%, 59%) color: hsl(224, 9%, 59%)
HEX #8D92A0 color: #8D92A0
RGB rgb(141, 146, 160) color: rgb(141, 146, 160)
CMYK cmyk(12%, 9%, 0%, 37%)
HSV hsv(224, 12%, 63%)
HWB hwb(224 55% 37%) color: hwb(224 55% 37%)
OKLCH oklch(0.6604 0.0215 270.09) color: oklch(0.6604 0.0215 270.09)
Lab lab(60.57 1.1 -7.99) color: lab(60.57 1.1 -7.99)
LCH lch(60.57 8.07 277.84) color: lch(60.57 8.07 277.84)

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 3.11:1
vs Black 6.75:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8F8F9D — rgb(143, 143, 157)

Deuteranopia (Green-blind)

#8F8F9C — rgb(143, 143, 156)

Tritanopia (Blue-blind)

#8D9A99 — rgb(141, 154, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(224, 9%, 59%);

text

color: hsl(224, 9%, 59%);

border

border: 2px solid hsl(224, 9%, 59%);

gradient light

background: linear-gradient(to right, hsl(224, 9%, 79%), hsl(224, 9%, 59%));

gradient dark

background: linear-gradient(to right, hsl(224, 9%, 59%), hsl(224, 9%, 39%))

hex

background-color: #8D92A0;

tailwind

bg-[hsl(224,9%,59%)]

box shadow

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

css variable

--color-primary: hsl(224, 9%, 59%);

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(224, 9%, 59%)?

HEX: #8D92A0 | RGB: rgb(141, 146, 160) | CMYK: 12%, 9%, 0%, 37% | HSV: 224°, 12%, 63%. Copy any format from the conversion table above.

What colors go well with #8D92A0?

The complementary color is HSL(44, 9%, 59%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(224, 9%, 59%) in CSS?

As HSL: color: hsl(224, 9%, 59%); — As HEX: color: #8D92A0; — As RGB: color: rgb(141, 146, 160); — Tailwind CSS: bg-[hsl(224,9%,59%)] — CSS variable: --color-primary: hsl(224, 9%, 59%);