HSL(224, 10%, 52%)

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(224,10%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(224, 10%, 52%) color: hsl(224, 10%, 52%)
HEX #787F91 color: #787F91
RGB rgb(120, 127, 145) color: rgb(120, 127, 145)
CMYK cmyk(17%, 12%, 0%, 43%)
HSV hsv(223, 17%, 57%)
HWB hwb(223 47% 43%) color: hwb(223 47% 43%)
OKLCH oklch(0.5969 0.0287 268.65) color: oklch(0.5969 0.0287 268.65)
Lab lab(53.18 1.37 -10.57) color: lab(53.18 1.37 -10.57)
LCH lch(53.18 10.66 277.39) color: lch(53.18 10.66 277.39)

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 4.01:1
vs Black 5.24: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)

#7B7B8D — rgb(123, 123, 141)

Deuteranopia (Green-blind)

#7B7A8C — rgb(123, 122, 140)

Tritanopia (Blue-blind)

#788988 — rgb(120, 137, 136)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(224, 10%, 52%);

text

color: hsl(224, 10%, 52%);

border

border: 2px solid hsl(224, 10%, 52%);

gradient light

background: linear-gradient(to right, hsl(224, 10%, 72%), hsl(224, 10%, 52%));

gradient dark

background: linear-gradient(to right, hsl(224, 10%, 52%), hsl(224, 10%, 32%))

hex

background-color: #787F91;

tailwind

bg-[hsl(224,10%,52%)]

box shadow

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

css variable

--color-primary: hsl(224, 10%, 52%);

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(224, 10%, 52%)?

HEX: #787F91 | RGB: rgb(120, 127, 145) | CMYK: 17%, 12%, 0%, 43% | HSV: 223°, 17%, 57%. Copy any format from the conversion table above.

What colors go well with #787F91?

The complementary color is HSL(44, 10%, 52%). 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, 10%, 52%) in CSS?

As HSL: color: hsl(224, 10%, 52%); — As HEX: color: #787F91; — As RGB: color: rgb(120, 127, 145); — Tailwind CSS: bg-[hsl(224,10%,52%)] — CSS variable: --color-primary: hsl(224, 10%, 52%);