HSL(299, 72%, 64%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,72%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 72%, 64%) | color: hsl(299, 72%, 64%) | |
| HEX | #E361E5 | color: #E361E5 | |
| RGB | rgb(227, 97, 229) | color: rgb(227, 97, 229) | |
| CMYK | cmyk(1%, 58%, 0%, 10%) | — | |
| HSV | hsv(299, 58%, 90%) | — | |
| HWB | hwb(299 38% 10%) | color: hwb(299 38% 10%) | |
| OKLCH | oklch(0.7018 0.222 327.03) | color: oklch(0.7018 0.222 327.03) | |
| Lab | lab(62.12 67.17 -43.78) | color: lab(62.12 67.17 -43.78) | |
| LCH | lch(62.12 80.18 326.9) | color: lch(62.12 80.18 326.9) |
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)
#ABAAC5 — rgb(171, 170, 197)
Deuteranopia (Green-blind)
#B2BCBD — rgb(178, 188, 189)
Tritanopia (Blue-blind)
#DDACA6 — rgb(221, 172, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 72%, 64%);
text
color: hsl(299, 72%, 64%);
border
border: 2px solid hsl(299, 72%, 64%);
gradient light
background: linear-gradient(to right, hsl(299, 72%, 84%), hsl(299, 72%, 64%));
gradient dark
background: linear-gradient(to right, hsl(299, 72%, 64%), hsl(299, 72%, 44%))
hex
background-color: #E361E5;
tailwind
bg-[hsl(299,72%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 72%, 64%, 0.4);
css variable
--color-primary: hsl(299, 72%, 64%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 72%, 64%)?
HEX: #E361E5 | RGB: rgb(227, 97, 229) | CMYK: 1%, 58%, 0%, 10% | HSV: 299°, 58%, 90%. Copy any format from the conversion table above.
What colors go well with #E361E5?
The complementary color is HSL(119, 72%, 64%). 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, 72%, 64%) in CSS?
As HSL: color: hsl(299, 72%, 64%); — As HEX: color: #E361E5; — As RGB: color: rgb(227, 97, 229); — Tailwind CSS: bg-[hsl(299,72%,64%)] — CSS variable: --color-primary: hsl(299, 72%, 64%);