HSL(292, 75%, 66%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,75%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 75%, 66%) | color: hsl(292, 75%, 66%) | |
| HEX | #D867E9 | color: #D867E9 | |
| RGB | rgb(216, 103, 233) | color: rgb(216, 103, 233) | |
| CMYK | cmyk(7%, 56%, 0%, 9%) | — | |
| HSV | hsv(292, 56%, 91%) | — | |
| HWB | hwb(292 40% 9%) | color: hwb(292 40% 9%) | |
| OKLCH | oklch(0.6971 0.2111 322.25) | color: oklch(0.6971 0.2111 322.25) | |
| Lab | lab(61.81 62.43 -46.59) | color: lab(61.81 62.43 -46.59) | |
| LCH | lch(61.81 77.9 323.27) | color: lch(61.81 77.9 323.27) |
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)
#A7A6CA — rgb(167, 166, 202)
Deuteranopia (Green-blind)
#AEB6C2 — rgb(174, 182, 194)
Tritanopia (Blue-blind)
#D2B1AB — rgb(210, 177, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 75%, 66%);
text
color: hsl(292, 75%, 66%);
border
border: 2px solid hsl(292, 75%, 66%);
gradient light
background: linear-gradient(to right, hsl(292, 75%, 86%), hsl(292, 75%, 66%));
gradient dark
background: linear-gradient(to right, hsl(292, 75%, 66%), hsl(292, 75%, 46%))
hex
background-color: #D867E9;
tailwind
bg-[hsl(292,75%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 75%, 66%, 0.4);
css variable
--color-primary: hsl(292, 75%, 66%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 75%, 66%)?
HEX: #D867E9 | RGB: rgb(216, 103, 233) | CMYK: 7%, 56%, 0%, 9% | HSV: 292°, 56%, 91%. Copy any format from the conversion table above.
What colors go well with #D867E9?
The complementary color is HSL(112, 75%, 66%). 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, 75%, 66%) in CSS?
As HSL: color: hsl(292, 75%, 66%); — As HEX: color: #D867E9; — As RGB: color: rgb(216, 103, 233); — Tailwind CSS: bg-[hsl(292,75%,66%)] — CSS variable: --color-primary: hsl(292, 75%, 66%);