HSL(291, 90%, 48%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(291,90%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(291, 90%, 48%) | color: hsl(291, 90%, 48%) | |
| HEX | #C80CE9 | color: #C80CE9 | |
| RGB | rgb(200, 12, 233) | color: rgb(200, 12, 233) | |
| CMYK | cmyk(14%, 95%, 0%, 9%) | — | |
| HSV | hsv(291, 95%, 91%) | — | |
| HWB | hwb(291 5% 9%) | color: hwb(291 5% 9%) | |
| OKLCH | oklch(0.6082 0.2877 320.07) | color: oklch(0.6082 0.2877 320.07) | |
| Lab | lab(50.01 85.92 -65.6) | color: lab(50.01 85.92 -65.6) | |
| LCH | lch(50.01 108.1 322.64) | color: lch(50.01 108.1 322.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)
#7775B4 — rgb(119, 117, 180)
Deuteranopia (Green-blind)
#8290A7 — rgb(130, 144, 167)
Tritanopia (Blue-blind)
#BF8980 — rgb(191, 137, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(291, 90%, 48%);
text
color: hsl(291, 90%, 48%);
border
border: 2px solid hsl(291, 90%, 48%);
gradient light
background: linear-gradient(to right, hsl(291, 90%, 68%), hsl(291, 90%, 48%));
gradient dark
background: linear-gradient(to right, hsl(291, 90%, 48%), hsl(291, 90%, 28%))
hex
background-color: #C80CE9;
tailwind
bg-[hsl(291,90%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(291, 90%, 48%, 0.4);
css variable
--color-primary: hsl(291, 90%, 48%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(291, 90%, 48%)?
HEX: #C80CE9 | RGB: rgb(200, 12, 233) | CMYK: 14%, 95%, 0%, 9% | HSV: 291°, 95%, 91%. Copy any format from the conversion table above.
What colors go well with #C80CE9?
The complementary color is HSL(111, 90%, 48%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(291, 90%, 48%) in CSS?
As HSL: color: hsl(291, 90%, 48%); — As HEX: color: #C80CE9; — As RGB: color: rgb(200, 12, 233); — Tailwind CSS: bg-[hsl(291,90%,48%)] — CSS variable: --color-primary: hsl(291, 90%, 48%);