HSL(309, 90%, 41%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(309,90%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 90%, 41%) | color: hsl(309, 90%, 41%) | |
| HEX | #C70AAA | color: #C70AAA | |
| RGB | rgb(199, 10, 170) | color: rgb(199, 10, 170) | |
| CMYK | cmyk(0%, 95%, 15%, 22%) | — | |
| HSV | hsv(309, 95%, 78%) | — | |
| HWB | hwb(309 4% 22%) | color: hwb(309 4% 22%) | |
| OKLCH | oklch(0.5676 0.2465 336.79) | color: oklch(0.5676 0.2465 336.79) | |
| Lab | lab(45.99 76.65 -35.56) | color: lab(45.99 76.65 -35.56) | |
| LCH | lch(45.99 84.5 335.11) | color: lch(45.99 84.5 335.11) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#757383 — rgb(117, 115, 131)
Deuteranopia (Green-blind)
#808E7A — rgb(128, 142, 122)
Tritanopia (Blue-blind)
#BE655E — rgb(190, 101, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 90%, 41%);
text
color: hsl(309, 90%, 41%);
border
border: 2px solid hsl(309, 90%, 41%);
gradient light
background: linear-gradient(to right, hsl(309, 90%, 61%), hsl(309, 90%, 41%));
gradient dark
background: linear-gradient(to right, hsl(309, 90%, 41%), hsl(309, 90%, 21%))
hex
background-color: #C70AAA;
tailwind
bg-[hsl(309,90%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 90%, 41%, 0.4);
css variable
--color-primary: hsl(309, 90%, 41%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 90%, 41%)?
HEX: #C70AAA | RGB: rgb(199, 10, 170) | CMYK: 0%, 95%, 15%, 22% | HSV: 309°, 95%, 78%. Copy any format from the conversion table above.
What colors go well with #C70AAA?
The complementary color is HSL(129, 90%, 41%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 90%, 41%) in CSS?
As HSL: color: hsl(309, 90%, 41%); — As HEX: color: #C70AAA; — As RGB: color: rgb(199, 10, 170); — Tailwind CSS: bg-[hsl(309,90%,41%)] — CSS variable: --color-primary: hsl(309, 90%, 41%);