HSL(286, 32%, 70%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(286,32%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(286, 32%, 70%) | color: hsl(286, 32%, 70%) | |
| HEX | #C09ACB | color: #C09ACB | |
| RGB | rgb(192, 154, 203) | color: rgb(192, 154, 203) | |
| CMYK | cmyk(5%, 24%, 0%, 20%) | — | |
| HSV | hsv(287, 24%, 80%) | — | |
| HWB | hwb(287 61% 20%) | color: hwb(287 61% 20%) | |
| OKLCH | oklch(0.7372 0.0809 318.55) | color: oklch(0.7372 0.0809 318.55) | |
| Lab | lab(68.48 22.85 -19.77) | color: lab(68.48 22.85 -19.77) | |
| LCH | lch(68.48 30.22 319.13) | color: lch(68.48 30.22 319.13) |
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)
#B0AFBF — rgb(176, 175, 191)
Deuteranopia (Green-blind)
#B2B5BC — rgb(178, 181, 188)
Tritanopia (Blue-blind)
#BEB6B4 — rgb(190, 182, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(286, 32%, 70%);
text
color: hsl(286, 32%, 70%);
border
border: 2px solid hsl(286, 32%, 70%);
gradient light
background: linear-gradient(to right, hsl(286, 32%, 90%), hsl(286, 32%, 70%));
gradient dark
background: linear-gradient(to right, hsl(286, 32%, 70%), hsl(286, 32%, 50%))
hex
background-color: #C09ACB;
tailwind
bg-[hsl(286,32%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(286, 32%, 70%, 0.4);
css variable
--color-primary: hsl(286, 32%, 70%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(286, 32%, 70%)?
HEX: #C09ACB | RGB: rgb(192, 154, 203) | CMYK: 5%, 24%, 0%, 20% | HSV: 287°, 24%, 80%. Copy any format from the conversion table above.
What colors go well with #C09ACB?
The complementary color is HSL(106, 32%, 70%). For a triadic harmony, use hues 286°, 46°, and 166°. For analogous combinations, try hues 256° and 316°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(286, 32%, 70%) in CSS?
As HSL: color: hsl(286, 32%, 70%); — As HEX: color: #C09ACB; — As RGB: color: rgb(192, 154, 203); — Tailwind CSS: bg-[hsl(286,32%,70%)] — CSS variable: --color-primary: hsl(286, 32%, 70%);