HSL(289, 90%, 56%)
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%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 90%, 56%) | color: hsl(289, 90%, 56%) | |
| HEX | #CF2AF4 | color: #CF2AF4 | |
| RGB | rgb(207, 42, 244) | color: rgb(207, 42, 244) | |
| CMYK | cmyk(15%, 83%, 0%, 4%) | — | |
| HSV | hsv(289, 83%, 96%) | — | |
| HWB | hwb(289 16% 4%) | color: hwb(289 16% 4%) | |
| OKLCH | oklch(0.6366 0.2838 318.99) | color: oklch(0.6366 0.2838 318.99) | |
| Lab | lab(53.44 84.17 -66.18) | color: lab(53.44 84.17 -66.18) | |
| LCH | lch(53.44 107.07 321.82) | color: lch(53.44 107.07 321.82) |
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)
#8886C3 — rgb(136, 134, 195)
Deuteranopia (Green-blind)
#919EB7 — rgb(145, 158, 183)
Tritanopia (Blue-blind)
#C79D94 — rgb(199, 157, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 90%, 56%);
text
color: hsl(289, 90%, 56%);
border
border: 2px solid hsl(289, 90%, 56%);
gradient light
background: linear-gradient(to right, hsl(289, 90%, 76%), hsl(289, 90%, 56%));
gradient dark
background: linear-gradient(to right, hsl(289, 90%, 56%), hsl(289, 90%, 36%))
hex
background-color: #CF2AF4;
tailwind
bg-[hsl(289,90%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 90%, 56%, 0.4);
css variable
--color-primary: hsl(289, 90%, 56%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 90%, 56%)?
HEX: #CF2AF4 | RGB: rgb(207, 42, 244) | CMYK: 15%, 83%, 0%, 4% | HSV: 289°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #CF2AF4?
The complementary color is HSL(109, 90%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(289, 90%, 56%); — As HEX: color: #CF2AF4; — As RGB: color: rgb(207, 42, 244); — Tailwind CSS: bg-[hsl(289,90%,56%)] — CSS variable: --color-primary: hsl(289, 90%, 56%);