HSL(287, 90%, 53%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(287,90%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 90%, 53%) | color: hsl(287, 90%, 53%) | |
| HEX | #C41BF3 | color: #C41BF3 | |
| RGB | rgb(196, 27, 243) | color: rgb(196, 27, 243) | |
| CMYK | cmyk(19%, 89%, 0%, 5%) | — | |
| HSV | hsv(287, 89%, 95%) | — | |
| HWB | hwb(287 10% 5%) | color: hwb(287 10% 5%) | |
| OKLCH | oklch(0.6137 0.2882 316.53) | color: oklch(0.6137 0.2882 316.53) | |
| Lab | lab(50.68 85.19 -70.18) | color: lab(50.68 85.19 -70.18) | |
| LCH | lch(50.68 110.37 320.52) | color: lch(50.68 110.37 320.52) |
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)
#7B79BF — rgb(123, 121, 191)
Deuteranopia (Green-blind)
#8591B2 — rgb(133, 145, 178)
Tritanopia (Blue-blind)
#BC958C — rgb(188, 149, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 90%, 53%);
text
color: hsl(287, 90%, 53%);
border
border: 2px solid hsl(287, 90%, 53%);
gradient light
background: linear-gradient(to right, hsl(287, 90%, 73%), hsl(287, 90%, 53%));
gradient dark
background: linear-gradient(to right, hsl(287, 90%, 53%), hsl(287, 90%, 33%))
hex
background-color: #C41BF3;
tailwind
bg-[hsl(287,90%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 90%, 53%, 0.4);
css variable
--color-primary: hsl(287, 90%, 53%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(287, 90%, 53%)?
HEX: #C41BF3 | RGB: rgb(196, 27, 243) | CMYK: 19%, 89%, 0%, 5% | HSV: 287°, 89%, 95%. Copy any format from the conversion table above.
What colors go well with #C41BF3?
The complementary color is HSL(107, 90%, 53%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 90%, 53%) in CSS?
As HSL: color: hsl(287, 90%, 53%); — As HEX: color: #C41BF3; — As RGB: color: rgb(196, 27, 243); — Tailwind CSS: bg-[hsl(287,90%,53%)] — CSS variable: --color-primary: hsl(287, 90%, 53%);