HSL(289, 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(289,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 90%, 46%) | color: hsl(289, 90%, 46%) | |
| HEX | #B80CDF | color: #B80CDF | |
| RGB | rgb(184, 12, 223) | color: rgb(184, 12, 223) | |
| CMYK | cmyk(17%, 95%, 0%, 13%) | — | |
| HSV | hsv(289, 95%, 87%) | — | |
| HWB | hwb(289 4% 13%) | color: hwb(289 4% 13%) | |
| OKLCH | oklch(0.5779 0.2758 317.98) | color: oklch(0.5779 0.2758 317.98) | |
| Lab | lab(46.69 81.98 -65.43) | color: lab(46.69 81.98 -65.43) | |
| LCH | lch(46.69 104.89 321.41) | color: lch(46.69 104.89 321.41) |
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)
#6E6CAC — rgb(110, 108, 172)
Deuteranopia (Green-blind)
#7884A0 — rgb(120, 132, 160)
Tritanopia (Blue-blind)
#AF847B — rgb(175, 132, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 90%, 46%);
text
color: hsl(289, 90%, 46%);
border
border: 2px solid hsl(289, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(289, 90%, 66%), hsl(289, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(289, 90%, 46%), hsl(289, 90%, 26%))
hex
background-color: #B80CDF;
tailwind
bg-[hsl(289,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 90%, 46%, 0.4);
css variable
--color-primary: hsl(289, 90%, 46%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 90%, 46%)?
HEX: #B80CDF | RGB: rgb(184, 12, 223) | CMYK: 17%, 95%, 0%, 13% | HSV: 289°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #B80CDF?
The complementary color is HSL(109, 90%, 46%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 90%, 46%) in CSS?
As HSL: color: hsl(289, 90%, 46%); — As HEX: color: #B80CDF; — As RGB: color: rgb(184, 12, 223); — Tailwind CSS: bg-[hsl(289,90%,46%)] — CSS variable: --color-primary: hsl(289, 90%, 46%);