HSL(292, 96%, 47%)
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,96%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 96%, 47%) | color: hsl(292, 96%, 47%) | |
| HEX | #CC05EB | color: #CC05EB | |
| RGB | rgb(204, 5, 235) | color: rgb(204, 5, 235) | |
| CMYK | cmyk(13%, 98%, 0%, 8%) | — | |
| HSV | hsv(292, 98%, 92%) | — | |
| HWB | hwb(292 2% 8%) | color: hwb(292 2% 8%) | |
| OKLCH | oklch(0.6141 0.292 320.72) | color: oklch(0.6141 0.292 320.72) | |
| Lab | lab(50.62 87.36 -65.7) | color: lab(50.62 87.36 -65.7) | |
| LCH | lch(50.62 109.31 323.05) | color: lch(50.62 109.31 323.05) |
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)
#7674B3 — rgb(118, 116, 179)
Deuteranopia (Green-blind)
#8190A6 — rgb(129, 144, 166)
Tritanopia (Blue-blind)
#C2877E — rgb(194, 135, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 96%, 47%);
text
color: hsl(292, 96%, 47%);
border
border: 2px solid hsl(292, 96%, 47%);
gradient light
background: linear-gradient(to right, hsl(292, 96%, 67%), hsl(292, 96%, 47%));
gradient dark
background: linear-gradient(to right, hsl(292, 96%, 47%), hsl(292, 96%, 27%))
hex
background-color: #CC05EB;
tailwind
bg-[hsl(292,96%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 96%, 47%, 0.4);
css variable
--color-primary: hsl(292, 96%, 47%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 96%, 47%)?
HEX: #CC05EB | RGB: rgb(204, 5, 235) | CMYK: 13%, 98%, 0%, 8% | HSV: 292°, 98%, 92%. Copy any format from the conversion table above.
What colors go well with #CC05EB?
The complementary color is HSL(112, 96%, 47%). 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, 96%, 47%) in CSS?
As HSL: color: hsl(292, 96%, 47%); — As HEX: color: #CC05EB; — As RGB: color: rgb(204, 5, 235); — Tailwind CSS: bg-[hsl(292,96%,47%)] — CSS variable: --color-primary: hsl(292, 96%, 47%);