HSL(299, 75%, 67%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 75%, 67%) | color: hsl(299, 75%, 67%) | |
| HEX | #E86CEA | color: #E86CEA | |
| RGB | rgb(232, 108, 234) | color: rgb(232, 108, 234) | |
| CMYK | cmyk(1%, 54%, 0%, 8%) | — | |
| HSV | hsv(299, 54%, 92%) | — | |
| HWB | hwb(299 42% 8%) | color: hwb(299 42% 8%) | |
| OKLCH | oklch(0.7237 0.2131 326.89) | color: oklch(0.7237 0.2131 326.89) | |
| Lab | lab(64.82 64.44 -42.27) | color: lab(64.82 64.44 -42.27) | |
| LCH | lch(64.82 77.07 326.74) | color: lch(64.82 77.07 326.74) |
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)
#B2B1CC — rgb(178, 177, 204)
Deuteranopia (Green-blind)
#BAC3C4 — rgb(186, 195, 196)
Tritanopia (Blue-blind)
#E2B3AE — rgb(226, 179, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 75%, 67%);
text
color: hsl(299, 75%, 67%);
border
border: 2px solid hsl(299, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(299, 75%, 87%), hsl(299, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(299, 75%, 67%), hsl(299, 75%, 47%))
hex
background-color: #E86CEA;
tailwind
bg-[hsl(299,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 75%, 67%, 0.4);
css variable
--color-primary: hsl(299, 75%, 67%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 75%, 67%)?
HEX: #E86CEA | RGB: rgb(232, 108, 234) | CMYK: 1%, 54%, 0%, 8% | HSV: 299°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #E86CEA?
The complementary color is HSL(119, 75%, 67%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(299, 75%, 67%) in CSS?
As HSL: color: hsl(299, 75%, 67%); — As HEX: color: #E86CEA; — As RGB: color: rgb(232, 108, 234); — Tailwind CSS: bg-[hsl(299,75%,67%)] — CSS variable: --color-primary: hsl(299, 75%, 67%);