HSL(221, 21%, 67%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(221,21%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(221, 21%, 67%) color: hsl(221, 21%, 67%)
HEX #99A4BD color: #99A4BD
RGB rgb(153, 164, 189) color: rgb(153, 164, 189)
CMYK cmyk(19%, 13%, 0%, 26%)
HSV hsv(222, 19%, 74%)
HWB hwb(222 60% 26%) color: hwb(222 60% 26%)
OKLCH oklch(0.7183 0.0385 266.58) color: oklch(0.7183 0.0385 266.58)
Lab lab(67.27 1.46 -14.14) color: lab(67.27 1.46 -14.14)
LCH lch(67.27 14.22 275.9) color: lch(67.27 14.22 275.9)

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.5:1
vs Black 8.4: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)

#9E9EB7 — rgb(158, 158, 183)

Deuteranopia (Green-blind)

#9D9CB6 — rgb(157, 156, 182)

Tritanopia (Blue-blind)

#9AB2B1 — rgb(154, 178, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(221, 21%, 67%);

text

color: hsl(221, 21%, 67%);

border

border: 2px solid hsl(221, 21%, 67%);

gradient light

background: linear-gradient(to right, hsl(221, 21%, 87%), hsl(221, 21%, 67%));

gradient dark

background: linear-gradient(to right, hsl(221, 21%, 67%), hsl(221, 21%, 47%))

hex

background-color: #99A4BD;

tailwind

bg-[hsl(221,21%,67%)]

box shadow

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

css variable

--color-primary: hsl(221, 21%, 67%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(221, 21%, 67%)?

HEX: #99A4BD | RGB: rgb(153, 164, 189) | CMYK: 19%, 13%, 0%, 26% | HSV: 222°, 19%, 74%. Copy any format from the conversion table above.

What colors go well with #99A4BD?

The complementary color is HSL(41, 21%, 67%). 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, 21%, 67%) in CSS?

As HSL: color: hsl(221, 21%, 67%); — As HEX: color: #99A4BD; — As RGB: color: rgb(153, 164, 189); — Tailwind CSS: bg-[hsl(221,21%,67%)] — CSS variable: --color-primary: hsl(221, 21%, 67%);