HSL(210, 12%, 62%)

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(210,12%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 12%, 62%) color: hsl(210, 12%, 62%)
HEX #929EAA color: #929EAA
RGB rgb(146, 158, 170) color: rgb(146, 158, 170)
CMYK cmyk(14%, 7%, 0%, 33%)
HSV hsv(210, 14%, 67%)
HWB hwb(210 58% 33%) color: hwb(210 58% 33%)
OKLCH oklch(0.6936 0.0223 248.15) color: oklch(0.6936 0.0223 248.15)
Lab lab(64.54 -1.73 -7.69) color: lab(64.54 -1.73 -7.69)
LCH lch(64.54 7.88 257.32) color: lch(64.54 7.88 257.32)

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.73:1
vs Black 7.69: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)

#9797A7 — rgb(151, 151, 167)

Deuteranopia (Green-blind)

#9796A6 — rgb(151, 150, 166)

Tritanopia (Blue-blind)

#93A5A4 — rgb(147, 165, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 12%, 62%);

text

color: hsl(210, 12%, 62%);

border

border: 2px solid hsl(210, 12%, 62%);

gradient light

background: linear-gradient(to right, hsl(210, 12%, 82%), hsl(210, 12%, 62%));

gradient dark

background: linear-gradient(to right, hsl(210, 12%, 62%), hsl(210, 12%, 42%))

hex

background-color: #929EAA;

tailwind

bg-[hsl(210,12%,62%)]

box shadow

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

css variable

--color-primary: hsl(210, 12%, 62%);

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(210, 12%, 62%)?

HEX: #929EAA | RGB: rgb(146, 158, 170) | CMYK: 14%, 7%, 0%, 33% | HSV: 210°, 14%, 67%. Copy any format from the conversion table above.

What colors go well with #929EAA?

The complementary color is HSL(30, 12%, 62%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 12%, 62%) in CSS?

As HSL: color: hsl(210, 12%, 62%); — As HEX: color: #929EAA; — As RGB: color: rgb(146, 158, 170); — Tailwind CSS: bg-[hsl(210,12%,62%)] — CSS variable: --color-primary: hsl(210, 12%, 62%);