HSL(306, 89%, 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(306,89%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 89%, 43%) | color: hsl(306, 89%, 43%) | |
| HEX | #CF0CBC | color: #CF0CBC | |
| RGB | rgb(207, 12, 188) | color: rgb(207, 12, 188) | |
| CMYK | cmyk(0%, 94%, 9%, 19%) | — | |
| HSV | hsv(306, 94%, 81%) | — | |
| HWB | hwb(306 5% 19%) | color: hwb(306 5% 19%) | |
| OKLCH | oklch(0.5908 0.2603 333.53) | color: oklch(0.5908 0.2603 333.53) | |
| Lab | lab(48.46 80.32 -42.16) | color: lab(48.46 80.32 -42.16) | |
| LCH | lch(48.46 90.71 332.31) | color: lch(48.46 90.71 332.31) |
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)
#7B7991 — rgb(123, 121, 145)
Deuteranopia (Green-blind)
#869587 — rgb(134, 149, 135)
Tritanopia (Blue-blind)
#C57068 — rgb(197, 112, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 89%, 43%);
text
color: hsl(306, 89%, 43%);
border
border: 2px solid hsl(306, 89%, 43%);
gradient light
background: linear-gradient(to right, hsl(306, 89%, 63%), hsl(306, 89%, 43%));
gradient dark
background: linear-gradient(to right, hsl(306, 89%, 43%), hsl(306, 89%, 23%))
hex
background-color: #CF0CBC;
tailwind
bg-[hsl(306,89%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 89%, 43%, 0.4);
css variable
--color-primary: hsl(306, 89%, 43%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 89%, 43%)?
HEX: #CF0CBC | RGB: rgb(207, 12, 188) | CMYK: 0%, 94%, 9%, 19% | HSV: 306°, 94%, 81%. Copy any format from the conversion table above.
What colors go well with #CF0CBC?
The complementary color is HSL(126, 89%, 43%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 89%, 43%) in CSS?
As HSL: color: hsl(306, 89%, 43%); — As HEX: color: #CF0CBC; — As RGB: color: rgb(207, 12, 188); — Tailwind CSS: bg-[hsl(306,89%,43%)] — CSS variable: --color-primary: hsl(306, 89%, 43%);