HSL(292, 12%, 71%)

Grayish Purple — Purple color

Adjust Color

Color Information

Color Name

Grayish Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(292,12%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 12%, 71%) color: hsl(292, 12%, 71%)
HEX #BCACBE color: #BCACBE
RGB rgb(188, 172, 190) color: rgb(188, 172, 190)
CMYK cmyk(1%, 9%, 0%, 25%)
HSV hsv(293, 9%, 75%)
HWB hwb(293 68% 25%) color: hwb(293 68% 25%)
OKLCH oklch(0.7635 0.0309 322.43) color: oklch(0.7635 0.0309 322.43)
Lab lab(72.17 9.03 -7.09) color: lab(72.17 9.03 -7.09)
LCH lch(72.17 11.48 321.86) color: lch(72.17 11.48 321.86)

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.15:1
vs Black 9.78: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)

#B5B5BA — rgb(181, 181, 186)

Deuteranopia (Green-blind)

#B6B7B9 — rgb(182, 183, 185)

Tritanopia (Blue-blind)

#BBB6B5 — rgb(187, 182, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 12%, 71%);

text

color: hsl(292, 12%, 71%);

border

border: 2px solid hsl(292, 12%, 71%);

gradient light

background: linear-gradient(to right, hsl(292, 12%, 91%), hsl(292, 12%, 71%));

gradient dark

background: linear-gradient(to right, hsl(292, 12%, 71%), hsl(292, 12%, 51%))

hex

background-color: #BCACBE;

tailwind

bg-[hsl(292,12%,71%)]

box shadow

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

css variable

--color-primary: hsl(292, 12%, 71%);

Related Colors

Use Cases for Grayish Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(292, 12%, 71%)?

HEX: #BCACBE | RGB: rgb(188, 172, 190) | CMYK: 1%, 9%, 0%, 25% | HSV: 293°, 9%, 75%. Copy any format from the conversion table above.

What colors go well with #BCACBE?

The complementary color is HSL(112, 12%, 71%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 12%, 71%) in CSS?

As HSL: color: hsl(292, 12%, 71%); — As HEX: color: #BCACBE; — As RGB: color: rgb(188, 172, 190); — Tailwind CSS: bg-[hsl(292,12%,71%)] — CSS variable: --color-primary: hsl(292, 12%, 71%);