HSL(211, 10%, 67%)

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(211,10%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 10%, 67%) color: hsl(211, 10%, 67%)
HEX #A2ABB3 color: #A2ABB3
RGB rgb(162, 171, 179) color: rgb(162, 171, 179)
CMYK cmyk(9%, 4%, 0%, 30%)
HSV hsv(208, 9%, 70%)
HWB hwb(208 64% 30%) color: hwb(208 64% 30%)
OKLCH oklch(0.7366 0.0154 244.79) color: oklch(0.7366 0.0154 244.79)
Lab lab(69.51 -1.55 -5.19) color: lab(69.51 -1.55 -5.19)
LCH lch(69.51 5.42 253.37) color: lch(69.51 5.42 253.37)

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.33:1
vs Black 9.01: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)

#A6A6B1 — rgb(166, 166, 177)

Deuteranopia (Green-blind)

#A5A5B1 — rgb(165, 165, 177)

Tritanopia (Blue-blind)

#A2B0AF — rgb(162, 176, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 10%, 67%);

text

color: hsl(211, 10%, 67%);

border

border: 2px solid hsl(211, 10%, 67%);

gradient light

background: linear-gradient(to right, hsl(211, 10%, 87%), hsl(211, 10%, 67%));

gradient dark

background: linear-gradient(to right, hsl(211, 10%, 67%), hsl(211, 10%, 47%))

hex

background-color: #A2ABB3;

tailwind

bg-[hsl(211,10%,67%)]

box shadow

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

css variable

--color-primary: hsl(211, 10%, 67%);

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(211, 10%, 67%)?

HEX: #A2ABB3 | RGB: rgb(162, 171, 179) | CMYK: 9%, 4%, 0%, 30% | HSV: 208°, 9%, 70%. Copy any format from the conversion table above.

What colors go well with #A2ABB3?

The complementary color is HSL(31, 10%, 67%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 10%, 67%) in CSS?

As HSL: color: hsl(211, 10%, 67%); — As HEX: color: #A2ABB3; — As RGB: color: rgb(162, 171, 179); — Tailwind CSS: bg-[hsl(211,10%,67%)] — CSS variable: --color-primary: hsl(211, 10%, 67%);