HSL(311, 83%, 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(311,83%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 83%, 58%) | color: hsl(311, 83%, 58%) | |
| HEX | #ED3BCC | color: #ED3BCC | |
| RGB | rgb(237, 59, 204) | color: rgb(237, 59, 204) | |
| CMYK | cmyk(0%, 75%, 14%, 7%) | — | |
| HSV | hsv(311, 75%, 93%) | — | |
| HWB | hwb(311 23% 7%) | color: hwb(311 23% 7%) | |
| OKLCH | oklch(0.6679 0.2545 336.85) | color: oklch(0.6679 0.2545 336.85) | |
| Lab | lab(57.56 79.42 -36.73) | color: lab(57.56 79.42 -36.73) | |
| LCH | lch(57.56 87.5 335.18) | color: lch(57.56 87.5 335.18) |
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)
#A09EA9 — rgb(160, 158, 169)
Deuteranopia (Green-blind)
#AAB8A1 — rgb(170, 184, 161)
Tritanopia (Blue-blind)
#E48D87 — rgb(228, 141, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 83%, 58%);
text
color: hsl(311, 83%, 58%);
border
border: 2px solid hsl(311, 83%, 58%);
gradient light
background: linear-gradient(to right, hsl(311, 83%, 78%), hsl(311, 83%, 58%));
gradient dark
background: linear-gradient(to right, hsl(311, 83%, 58%), hsl(311, 83%, 38%))
hex
background-color: #ED3BCC;
tailwind
bg-[hsl(311,83%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 83%, 58%, 0.4);
css variable
--color-primary: hsl(311, 83%, 58%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 83%, 58%)?
HEX: #ED3BCC | RGB: rgb(237, 59, 204) | CMYK: 0%, 75%, 14%, 7% | HSV: 311°, 75%, 93%. Copy any format from the conversion table above.
What colors go well with #ED3BCC?
The complementary color is HSL(131, 83%, 58%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 83%, 58%) in CSS?
As HSL: color: hsl(311, 83%, 58%); — As HEX: color: #ED3BCC; — As RGB: color: rgb(237, 59, 204); — Tailwind CSS: bg-[hsl(311,83%,58%)] — CSS variable: --color-primary: hsl(311, 83%, 58%);