HSL(232, 11%, 60%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(232,11%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 11%, 60%) color: hsl(232, 11%, 60%)
HEX #8E91A4 color: #8E91A4
RGB rgb(142, 145, 164) color: rgb(142, 145, 164)
CMYK cmyk(13%, 12%, 0%, 36%)
HSV hsv(232, 13%, 64%)
HWB hwb(232 56% 36%) color: hwb(232 56% 36%)
OKLCH oklch(0.6605 0.0283 278.48) color: oklch(0.6605 0.0283 278.48)
Lab lab(60.5 2.87 -10.35) color: lab(60.5 2.87 -10.35)
LCH lch(60.5 10.74 285.5) color: lch(60.5 10.74 285.5)

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.12:1
vs Black 6.74: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)

#8F8F9F — rgb(143, 143, 159)

Deuteranopia (Green-blind)

#8F8F9E — rgb(143, 143, 158)

Tritanopia (Blue-blind)

#8E9C9B — rgb(142, 156, 155)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 11%, 60%);

text

color: hsl(232, 11%, 60%);

border

border: 2px solid hsl(232, 11%, 60%);

gradient light

background: linear-gradient(to right, hsl(232, 11%, 80%), hsl(232, 11%, 60%));

gradient dark

background: linear-gradient(to right, hsl(232, 11%, 60%), hsl(232, 11%, 40%))

hex

background-color: #8E91A4;

tailwind

bg-[hsl(232,11%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(232, 11%, 60%, 0.4);

css variable

--color-primary: hsl(232, 11%, 60%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(232, 11%, 60%)?

HEX: #8E91A4 | RGB: rgb(142, 145, 164) | CMYK: 13%, 12%, 0%, 36% | HSV: 232°, 13%, 64%. Copy any format from the conversion table above.

What colors go well with #8E91A4?

The complementary color is HSL(52, 11%, 60%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(232, 11%, 60%) in CSS?

As HSL: color: hsl(232, 11%, 60%); — As HEX: color: #8E91A4; — As RGB: color: rgb(142, 145, 164); — Tailwind CSS: bg-[hsl(232,11%,60%)] — CSS variable: --color-primary: hsl(232, 11%, 60%);