HSL(296, 90%, 45%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 90%, 45%) | color: hsl(296, 90%, 45%) | |
| HEX | #CC0BDA | color: #CC0BDA | |
| RGB | rgb(204, 11, 218) | color: rgb(204, 11, 218) | |
| CMYK | cmyk(6%, 95%, 0%, 15%) | — | |
| HSV | hsv(296, 95%, 85%) | — | |
| HWB | hwb(296 4% 15%) | color: hwb(296 4% 15%) | |
| OKLCH | oklch(0.6039 0.279 324.74) | color: oklch(0.6039 0.279 324.74) | |
| Lab | lab(49.67 84.24 -57.6) | color: lab(49.67 84.24 -57.6) | |
| LCH | lch(49.67 102.05 325.64) | color: lch(49.67 102.05 325.64) |
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)
#7877A8 — rgb(120, 119, 168)
Deuteranopia (Green-blind)
#84929C — rgb(132, 146, 156)
Tritanopia (Blue-blind)
#C28078 — rgb(194, 128, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 90%, 45%);
text
color: hsl(296, 90%, 45%);
border
border: 2px solid hsl(296, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(296, 90%, 65%), hsl(296, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(296, 90%, 45%), hsl(296, 90%, 25%))
hex
background-color: #CC0BDA;
tailwind
bg-[hsl(296,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 90%, 45%, 0.4);
css variable
--color-primary: hsl(296, 90%, 45%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 90%, 45%)?
HEX: #CC0BDA | RGB: rgb(204, 11, 218) | CMYK: 6%, 95%, 0%, 15% | HSV: 296°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #CC0BDA?
The complementary color is HSL(116, 90%, 45%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 90%, 45%) in CSS?
As HSL: color: hsl(296, 90%, 45%); — As HEX: color: #CC0BDA; — As RGB: color: rgb(204, 11, 218); — Tailwind CSS: bg-[hsl(296,90%,45%)] — CSS variable: --color-primary: hsl(296, 90%, 45%);