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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);