HSL(312, 90%, 43%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(312,90%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(312, 90%, 43%) | color: hsl(312, 90%, 43%) | |
| HEX | #D00BA9 | color: #D00BA9 | |
| RGB | rgb(208, 11, 169) | color: rgb(208, 11, 169) | |
| CMYK | cmyk(0%, 95%, 19%, 18%) | — | |
| HSV | hsv(312, 95%, 82%) | — | |
| HWB | hwb(312 4% 18%) | color: hwb(312 4% 18%) | |
| OKLCH | oklch(0.5822 0.2496 339.47) | color: oklch(0.5822 0.2496 339.47) | |
| Lab | lab(47.65 78.13 -32.26) | color: lab(47.65 78.13 -32.26) | |
| LCH | lch(47.65 84.53 337.56) | color: lch(47.65 84.53 337.56) |
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)
#7B7983 — rgb(123, 121, 131)
Deuteranopia (Green-blind)
#86957A — rgb(134, 149, 122)
Tritanopia (Blue-blind)
#C6655E — rgb(198, 101, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(312, 90%, 43%);
text
color: hsl(312, 90%, 43%);
border
border: 2px solid hsl(312, 90%, 43%);
gradient light
background: linear-gradient(to right, hsl(312, 90%, 63%), hsl(312, 90%, 43%));
gradient dark
background: linear-gradient(to right, hsl(312, 90%, 43%), hsl(312, 90%, 23%))
hex
background-color: #D00BA9;
tailwind
bg-[hsl(312,90%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(312, 90%, 43%, 0.4);
css variable
--color-primary: hsl(312, 90%, 43%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(312, 90%, 43%)?
HEX: #D00BA9 | RGB: rgb(208, 11, 169) | CMYK: 0%, 95%, 19%, 18% | HSV: 312°, 95%, 82%. Copy any format from the conversion table above.
What colors go well with #D00BA9?
The complementary color is HSL(132, 90%, 43%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(312, 90%, 43%) in CSS?
As HSL: color: hsl(312, 90%, 43%); — As HEX: color: #D00BA9; — As RGB: color: rgb(208, 11, 169); — Tailwind CSS: bg-[hsl(312,90%,43%)] — CSS variable: --color-primary: hsl(312, 90%, 43%);