HSL(310, 85%, 58%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(310,85%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 85%, 58%) | color: hsl(310, 85%, 58%) | |
| HEX | #EF39D1 | color: #EF39D1 | |
| RGB | rgb(239, 57, 209) | color: rgb(239, 57, 209) | |
| CMYK | cmyk(0%, 76%, 13%, 6%) | — | |
| HSV | hsv(310, 76%, 94%) | — | |
| HWB | hwb(310 23% 6%) | color: hwb(310 23% 6%) | |
| OKLCH | oklch(0.6719 0.2606 335.9) | color: oklch(0.6719 0.2606 335.9) | |
| Lab | lab(57.93 81.09 -38.97) | color: lab(57.93 81.09 -38.97) | |
| LCH | lch(57.93 89.97 334.33) | color: lch(57.93 89.97 334.33) |
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)
#A09FAC — rgb(160, 159, 172)
Deuteranopia (Green-blind)
#ABB8A3 — rgb(171, 184, 163)
Tritanopia (Blue-blind)
#E68F89 — rgb(230, 143, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 85%, 58%);
text
color: hsl(310, 85%, 58%);
border
border: 2px solid hsl(310, 85%, 58%);
gradient light
background: linear-gradient(to right, hsl(310, 85%, 78%), hsl(310, 85%, 58%));
gradient dark
background: linear-gradient(to right, hsl(310, 85%, 58%), hsl(310, 85%, 38%))
hex
background-color: #EF39D1;
tailwind
bg-[hsl(310,85%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 85%, 58%, 0.4);
css variable
--color-primary: hsl(310, 85%, 58%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 85%, 58%)?
HEX: #EF39D1 | RGB: rgb(239, 57, 209) | CMYK: 0%, 76%, 13%, 6% | HSV: 310°, 76%, 94%. Copy any format from the conversion table above.
What colors go well with #EF39D1?
The complementary color is HSL(130, 85%, 58%). For a triadic harmony, use hues 310°, 70°, and 190°. For analogous combinations, try hues 280° and 340°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(310, 85%, 58%) in CSS?
As HSL: color: hsl(310, 85%, 58%); — As HEX: color: #EF39D1; — As RGB: color: rgb(239, 57, 209); — Tailwind CSS: bg-[hsl(310,85%,58%)] — CSS variable: --color-primary: hsl(310, 85%, 58%);