HSL(237, 10%, 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(237,10%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(237, 10%, 65%) color: hsl(237, 10%, 65%)
HEX #9D9EAF color: #9D9EAF
RGB rgb(157, 158, 175) color: rgb(157, 158, 175)
CMYK cmyk(10%, 10%, 0%, 31%)
HSV hsv(237, 10%, 69%)
HWB hwb(237 62% 31%) color: hwb(237 62% 31%)
OKLCH oklch(0.7039 0.0246 283.06) color: oklch(0.7039 0.0246 283.06)
Lab lab(65.53 3.06 -8.92) color: lab(65.53 3.06 -8.92)
LCH lch(65.53 9.43 288.93) color: lch(65.53 9.43 288.93)

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.64:1
vs Black 7.94: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)

#9D9DAB — rgb(157, 157, 171)

Deuteranopia (Green-blind)

#9D9DAA — rgb(157, 157, 170)

Tritanopia (Blue-blind)

#9DA8A7 — rgb(157, 168, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(237, 10%, 65%);

text

color: hsl(237, 10%, 65%);

border

border: 2px solid hsl(237, 10%, 65%);

gradient light

background: linear-gradient(to right, hsl(237, 10%, 85%), hsl(237, 10%, 65%));

gradient dark

background: linear-gradient(to right, hsl(237, 10%, 65%), hsl(237, 10%, 45%))

hex

background-color: #9D9EAF;

tailwind

bg-[hsl(237,10%,65%)]

box shadow

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

css variable

--color-primary: hsl(237, 10%, 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(237, 10%, 65%)?

HEX: #9D9EAF | RGB: rgb(157, 158, 175) | CMYK: 10%, 10%, 0%, 31% | HSV: 237°, 10%, 69%. Copy any format from the conversion table above.

What colors go well with #9D9EAF?

The complementary color is HSL(57, 10%, 65%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(237, 10%, 65%) in CSS?

As HSL: color: hsl(237, 10%, 65%); — As HEX: color: #9D9EAF; — As RGB: color: rgb(157, 158, 175); — Tailwind CSS: bg-[hsl(237,10%,65%)] — CSS variable: --color-primary: hsl(237, 10%, 65%);