HSL(292, 88%, 50%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,88%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 88%, 50%) | color: hsl(292, 88%, 50%) | |
| HEX | #D20FF0 | color: #D20FF0 | |
| RGB | rgb(210, 15, 240) | color: rgb(210, 15, 240) | |
| CMYK | cmyk(13%, 94%, 0%, 6%) | — | |
| HSV | hsv(292, 94%, 94%) | — | |
| HWB | hwb(292 6% 6%) | color: hwb(292 6% 6%) | |
| OKLCH | oklch(0.6281 0.2948 321.07) | color: oklch(0.6281 0.2948 321.07) | |
| Lab | lab(52.22 88.23 -65.9) | color: lab(52.22 88.23 -65.9) | |
| LCH | lch(52.22 110.12 323.24) | color: lch(52.22 110.12 323.24) |
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)
#7E7CBA — rgb(126, 124, 186)
Deuteranopia (Green-blind)
#8998AD — rgb(137, 152, 173)
Tritanopia (Blue-blind)
#C88F85 — rgb(200, 143, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 88%, 50%);
text
color: hsl(292, 88%, 50%);
border
border: 2px solid hsl(292, 88%, 50%);
gradient light
background: linear-gradient(to right, hsl(292, 88%, 70%), hsl(292, 88%, 50%));
gradient dark
background: linear-gradient(to right, hsl(292, 88%, 50%), hsl(292, 88%, 30%))
hex
background-color: #D20FF0;
tailwind
bg-[hsl(292,88%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 88%, 50%, 0.4);
css variable
--color-primary: hsl(292, 88%, 50%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 88%, 50%)?
HEX: #D20FF0 | RGB: rgb(210, 15, 240) | CMYK: 13%, 94%, 0%, 6% | HSV: 292°, 94%, 94%. Copy any format from the conversion table above.
What colors go well with #D20FF0?
The complementary color is HSL(112, 88%, 50%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 88%, 50%) in CSS?
As HSL: color: hsl(292, 88%, 50%); — As HEX: color: #D20FF0; — As RGB: color: rgb(210, 15, 240); — Tailwind CSS: bg-[hsl(292,88%,50%)] — CSS variable: --color-primary: hsl(292, 88%, 50%);