HSL(302, 75%, 65%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,75%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 75%, 65%) | color: hsl(302, 75%, 65%) | |
| HEX | #E963E4 | color: #E963E4 | |
| RGB | rgb(233, 99, 228) | color: rgb(233, 99, 228) | |
| CMYK | cmyk(0%, 58%, 2%, 9%) | — | |
| HSV | hsv(302, 58%, 91%) | — | |
| HWB | hwb(302 38% 9%) | color: hwb(302 38% 9%) | |
| OKLCH | oklch(0.7114 0.2217 329.07) | color: oklch(0.7114 0.2217 329.07) | |
| Lab | lab(63.22 67.65 -41.44) | color: lab(63.22 67.65 -41.44) | |
| LCH | lch(63.22 79.33 328.51) | color: lch(63.22 79.33 328.51) |
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)
#AFAEC5 — rgb(175, 174, 197)
Deuteranopia (Green-blind)
#B7C1BD — rgb(183, 193, 189)
Tritanopia (Blue-blind)
#E2ACA7 — rgb(226, 172, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 75%, 65%);
text
color: hsl(302, 75%, 65%);
border
border: 2px solid hsl(302, 75%, 65%);
gradient light
background: linear-gradient(to right, hsl(302, 75%, 85%), hsl(302, 75%, 65%));
gradient dark
background: linear-gradient(to right, hsl(302, 75%, 65%), hsl(302, 75%, 45%))
hex
background-color: #E963E4;
tailwind
bg-[hsl(302,75%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 75%, 65%, 0.4);
css variable
--color-primary: hsl(302, 75%, 65%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 75%, 65%)?
HEX: #E963E4 | RGB: rgb(233, 99, 228) | CMYK: 0%, 58%, 2%, 9% | HSV: 302°, 58%, 91%. Copy any format from the conversion table above.
What colors go well with #E963E4?
The complementary color is HSL(122, 75%, 65%). 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, 75%, 65%) in CSS?
As HSL: color: hsl(302, 75%, 65%); — As HEX: color: #E963E4; — As RGB: color: rgb(233, 99, 228); — Tailwind CSS: bg-[hsl(302,75%,65%)] — CSS variable: --color-primary: hsl(302, 75%, 65%);