HSL(247, 11%, 66%)

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,11%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 11%, 66%) color: hsl(247, 11%, 66%)
HEX #A19FB2 color: #A19FB2
RGB rgb(161, 159, 178) color: rgb(161, 159, 178)
CMYK cmyk(10%, 11%, 0%, 30%)
HSV hsv(246, 11%, 70%)
HWB hwb(246 62% 30%) color: hwb(246 62% 30%)
OKLCH oklch(0.7103 0.0275 290.52) color: oklch(0.7103 0.0275 290.52)
Lab lab(66.2 4.5 -9.56) color: lab(66.2 4.5 -9.56)
LCH lch(66.2 10.57 295.21) color: lch(66.2 10.57 295.21)

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.59:1
vs Black 8.12: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)

#A0A0AD — rgb(160, 160, 173)

Deuteranopia (Green-blind)

#A0A0AC — rgb(160, 160, 172)

Tritanopia (Blue-blind)

#A1AAA9 — rgb(161, 170, 169)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 11%, 66%);

text

color: hsl(247, 11%, 66%);

border

border: 2px solid hsl(247, 11%, 66%);

gradient light

background: linear-gradient(to right, hsl(247, 11%, 86%), hsl(247, 11%, 66%));

gradient dark

background: linear-gradient(to right, hsl(247, 11%, 66%), hsl(247, 11%, 46%))

hex

background-color: #A19FB2;

tailwind

bg-[hsl(247,11%,66%)]

box shadow

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

css variable

--color-primary: hsl(247, 11%, 66%);

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, 11%, 66%)?

HEX: #A19FB2 | RGB: rgb(161, 159, 178) | CMYK: 10%, 11%, 0%, 30% | HSV: 246°, 11%, 70%. Copy any format from the conversion table above.

What colors go well with #A19FB2?

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

As HSL: color: hsl(247, 11%, 66%); — As HEX: color: #A19FB2; — As RGB: color: rgb(161, 159, 178); — Tailwind CSS: bg-[hsl(247,11%,66%)] — CSS variable: --color-primary: hsl(247, 11%, 66%);