HSL(302, 71%, 62%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,71%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 71%, 62%) | color: hsl(302, 71%, 62%) | |
| HEX | #E359DE | color: #E359DE | |
| RGB | rgb(227, 89, 222) | color: rgb(227, 89, 222) | |
| CMYK | cmyk(0%, 61%, 2%, 11%) | — | |
| HSV | hsv(302, 61%, 89%) | — | |
| HWB | hwb(302 35% 11%) | color: hwb(302 35% 11%) | |
| OKLCH | oklch(0.6894 0.2272 329.16) | color: oklch(0.6894 0.2272 329.16) | |
| Lab | lab(60.56 69.36 -42.31) | color: lab(60.56 69.36 -42.31) | |
| LCH | lch(60.56 81.25 328.62) | color: lch(60.56 81.25 328.62) |
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)
#A7A6BE — rgb(167, 166, 190)
Deuteranopia (Green-blind)
#AFBAB6 — rgb(175, 186, 182)
Tritanopia (Blue-blind)
#DCA49F — rgb(220, 164, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 71%, 62%);
text
color: hsl(302, 71%, 62%);
border
border: 2px solid hsl(302, 71%, 62%);
gradient light
background: linear-gradient(to right, hsl(302, 71%, 82%), hsl(302, 71%, 62%));
gradient dark
background: linear-gradient(to right, hsl(302, 71%, 62%), hsl(302, 71%, 42%))
hex
background-color: #E359DE;
tailwind
bg-[hsl(302,71%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 71%, 62%, 0.4);
css variable
--color-primary: hsl(302, 71%, 62%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 71%, 62%)?
HEX: #E359DE | RGB: rgb(227, 89, 222) | CMYK: 0%, 61%, 2%, 11% | HSV: 302°, 61%, 89%. Copy any format from the conversion table above.
What colors go well with #E359DE?
The complementary color is HSL(122, 71%, 62%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 71%, 62%) in CSS?
As HSL: color: hsl(302, 71%, 62%); — As HEX: color: #E359DE; — As RGB: color: rgb(227, 89, 222); — Tailwind CSS: bg-[hsl(302,71%,62%)] — CSS variable: --color-primary: hsl(302, 71%, 62%);