HSL(215, 13%, 65%)

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(215,13%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(215, 13%, 65%) color: hsl(215, 13%, 65%)
HEX #9AA4B1 color: #9AA4B1
RGB rgb(154, 164, 177) color: rgb(154, 164, 177)
CMYK cmyk(13%, 7%, 0%, 31%)
HSV hsv(214, 13%, 69%)
HWB hwb(214 60% 31%) color: hwb(214 60% 31%)
OKLCH oklch(0.7149 0.0221 254.95) color: oklch(0.7149 0.0221 254.95)
Lab lab(66.97 -0.85 -7.91) color: lab(66.97 -0.85 -7.91)
LCH lch(66.97 7.96 263.87) color: lch(66.97 7.96 263.87)

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.52:1
vs Black 8.32: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)

#9E9EAE — rgb(158, 158, 174)

Deuteranopia (Green-blind)

#9E9DAD — rgb(158, 157, 173)

Tritanopia (Blue-blind)

#9BABAB — rgb(155, 171, 171)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(215, 13%, 65%);

text

color: hsl(215, 13%, 65%);

border

border: 2px solid hsl(215, 13%, 65%);

gradient light

background: linear-gradient(to right, hsl(215, 13%, 85%), hsl(215, 13%, 65%));

gradient dark

background: linear-gradient(to right, hsl(215, 13%, 65%), hsl(215, 13%, 45%))

hex

background-color: #9AA4B1;

tailwind

bg-[hsl(215,13%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(215, 13%, 65%, 0.4);

css variable

--color-primary: hsl(215, 13%, 65%);

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(215, 13%, 65%)?

HEX: #9AA4B1 | RGB: rgb(154, 164, 177) | CMYK: 13%, 7%, 0%, 31% | HSV: 214°, 13%, 69%. Copy any format from the conversion table above.

What colors go well with #9AA4B1?

The complementary color is HSL(35, 13%, 65%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(215, 13%, 65%) in CSS?

As HSL: color: hsl(215, 13%, 65%); — As HEX: color: #9AA4B1; — As RGB: color: rgb(154, 164, 177); — Tailwind CSS: bg-[hsl(215,13%,65%)] — CSS variable: --color-primary: hsl(215, 13%, 65%);