HSL(296, 90%, 46%)
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%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 90%, 46%) | color: hsl(296, 90%, 46%) | |
| HEX | #D10CDF | color: #D10CDF | |
| RGB | rgb(209, 12, 223) | color: rgb(209, 12, 223) | |
| CMYK | cmyk(6%, 95%, 0%, 13%) | — | |
| HSV | hsv(296, 95%, 87%) | — | |
| HWB | hwb(296 4% 13%) | color: hwb(296 4% 13%) | |
| OKLCH | oklch(0.6148 0.2838 324.82) | color: oklch(0.6148 0.2838 324.82) | |
| Lab | lab(50.86 85.7 -58.48) | color: lab(50.86 85.7 -58.48) | |
| LCH | lch(50.86 103.75 325.69) | color: lch(50.86 103.75 325.69) |
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)
#7C7AAC — rgb(124, 122, 172)
Deuteranopia (Green-blind)
#8796A0 — rgb(135, 150, 160)
Tritanopia (Blue-blind)
#C7847B — rgb(199, 132, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 90%, 46%);
text
color: hsl(296, 90%, 46%);
border
border: 2px solid hsl(296, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(296, 90%, 66%), hsl(296, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(296, 90%, 46%), hsl(296, 90%, 26%))
hex
background-color: #D10CDF;
tailwind
bg-[hsl(296,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 90%, 46%, 0.4);
css variable
--color-primary: hsl(296, 90%, 46%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 90%, 46%)?
HEX: #D10CDF | RGB: rgb(209, 12, 223) | CMYK: 6%, 95%, 0%, 13% | HSV: 296°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #D10CDF?
The complementary color is HSL(116, 90%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(296, 90%, 46%); — As HEX: color: #D10CDF; — As RGB: color: rgb(209, 12, 223); — Tailwind CSS: bg-[hsl(296,90%,46%)] — CSS variable: --color-primary: hsl(296, 90%, 46%);