HSL(247, 12%, 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(247,12%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 12%, 67%) color: hsl(247, 12%, 67%)
HEX #A3A1B5 color: #A3A1B5
RGB rgb(163, 161, 181) color: rgb(163, 161, 181)
CMYK cmyk(10%, 11%, 0%, 29%)
HSV hsv(246, 11%, 71%)
HWB hwb(246 63% 29%) color: hwb(246 63% 29%)
OKLCH oklch(0.7171 0.0288 290.24) color: oklch(0.7171 0.0288 290.24)
Lab lab(66.99 4.7 -10.05) color: lab(66.99 4.7 -10.05)
LCH lch(66.99 11.09 295.06) color: lch(66.99 11.09 295.06)

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.52:1
vs Black 8.32: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)

#A2A2B0 — rgb(162, 162, 176)

Deuteranopia (Green-blind)

#A2A2AF — rgb(162, 162, 175)

Tritanopia (Blue-blind)

#A3ACAC — rgb(163, 172, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 12%, 67%);

text

color: hsl(247, 12%, 67%);

border

border: 2px solid hsl(247, 12%, 67%);

gradient light

background: linear-gradient(to right, hsl(247, 12%, 87%), hsl(247, 12%, 67%));

gradient dark

background: linear-gradient(to right, hsl(247, 12%, 67%), hsl(247, 12%, 47%))

hex

background-color: #A3A1B5;

tailwind

bg-[hsl(247,12%,67%)]

box shadow

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

css variable

--color-primary: hsl(247, 12%, 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(247, 12%, 67%)?

HEX: #A3A1B5 | RGB: rgb(163, 161, 181) | CMYK: 10%, 11%, 0%, 29% | HSV: 246°, 11%, 71%. Copy any format from the conversion table above.

What colors go well with #A3A1B5?

The complementary color is HSL(67, 12%, 67%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(247, 12%, 67%) in CSS?

As HSL: color: hsl(247, 12%, 67%); — As HEX: color: #A3A1B5; — As RGB: color: rgb(163, 161, 181); — Tailwind CSS: bg-[hsl(247,12%,67%)] — CSS variable: --color-primary: hsl(247, 12%, 67%);