HSL(290, 84%, 47%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,84%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 84%, 47%) | color: hsl(290, 84%, 47%) | |
| HEX | #BB13DD | color: #BB13DD | |
| RGB | rgb(187, 19, 221) | color: rgb(187, 19, 221) | |
| CMYK | cmyk(15%, 91%, 0%, 13%) | — | |
| HSV | hsv(290, 91%, 87%) | — | |
| HWB | hwb(290 8% 13%) | color: hwb(290 8% 13%) | |
| OKLCH | oklch(0.5827 0.273 319.24) | color: oklch(0.5827 0.273 319.24) | |
| Lab | lab(47.3 81.29 -63.26) | color: lab(47.3 81.29 -63.26) | |
| LCH | lch(47.3 103 322.11) | color: lch(47.3 103 322.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)
#7271AC — rgb(114, 113, 172)
Deuteranopia (Green-blind)
#7C89A0 — rgb(124, 137, 160)
Tritanopia (Blue-blind)
#B3867D — rgb(179, 134, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 84%, 47%);
text
color: hsl(290, 84%, 47%);
border
border: 2px solid hsl(290, 84%, 47%);
gradient light
background: linear-gradient(to right, hsl(290, 84%, 67%), hsl(290, 84%, 47%));
gradient dark
background: linear-gradient(to right, hsl(290, 84%, 47%), hsl(290, 84%, 27%))
hex
background-color: #BB13DD;
tailwind
bg-[hsl(290,84%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 84%, 47%, 0.4);
css variable
--color-primary: hsl(290, 84%, 47%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 84%, 47%)?
HEX: #BB13DD | RGB: rgb(187, 19, 221) | CMYK: 15%, 91%, 0%, 13% | HSV: 290°, 91%, 87%. Copy any format from the conversion table above.
What colors go well with #BB13DD?
The complementary color is HSL(110, 84%, 47%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 84%, 47%) in CSS?
As HSL: color: hsl(290, 84%, 47%); — As HEX: color: #BB13DD; — As RGB: color: rgb(187, 19, 221); — Tailwind CSS: bg-[hsl(290,84%,47%)] — CSS variable: --color-primary: hsl(290, 84%, 47%);