HSL(221, 12%, 32%)

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(221,12%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(221, 12%, 32%) color: hsl(221, 12%, 32%)
HEX #484E5B color: #484E5B
RGB rgb(72, 78, 91) color: rgb(72, 78, 91)
CMYK cmyk(21%, 14%, 0%, 64%)
HSV hsv(221, 21%, 36%)
HWB hwb(221 28% 64%) color: hwb(221 28% 64%)
OKLCH oklch(0.4235 0.023 265.75) color: oklch(0.4235 0.023 265.75)
Lab lab(33.1 0.77 -8.43) color: lab(33.1 0.77 -8.43)
LCH lch(33.1 8.47 275.22) color: lch(33.1 8.47 275.22)

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 8.35:1
vs Black 2.52:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4B4B58 — rgb(75, 75, 88)

Deuteranopia (Green-blind)

#4A4A57 — rgb(74, 74, 87)

Tritanopia (Blue-blind)

#485555 — rgb(72, 85, 85)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(221, 12%, 32%);

text

color: hsl(221, 12%, 32%);

border

border: 2px solid hsl(221, 12%, 32%);

gradient light

background: linear-gradient(to right, hsl(221, 12%, 52%), hsl(221, 12%, 32%));

gradient dark

background: linear-gradient(to right, hsl(221, 12%, 32%), hsl(221, 12%, 12%))

hex

background-color: #484E5B;

tailwind

bg-[hsl(221,12%,32%)]

box shadow

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

css variable

--color-primary: hsl(221, 12%, 32%);

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(221, 12%, 32%)?

HEX: #484E5B | RGB: rgb(72, 78, 91) | CMYK: 21%, 14%, 0%, 64% | HSV: 221°, 21%, 36%. Copy any format from the conversion table above.

What colors go well with #484E5B?

The complementary color is HSL(41, 12%, 32%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(221, 12%, 32%) in CSS?

As HSL: color: hsl(221, 12%, 32%); — As HEX: color: #484E5B; — As RGB: color: rgb(72, 78, 91); — Tailwind CSS: bg-[hsl(221,12%,32%)] — CSS variable: --color-primary: hsl(221, 12%, 32%);