HSL(294, 95%, 44%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 95%, 44%) | color: hsl(294, 95%, 44%) | |
| HEX | #C506DB | color: #C506DB | |
| RGB | rgb(197, 6, 219) | color: rgb(197, 6, 219) | |
| CMYK | cmyk(10%, 97%, 0%, 14%) | — | |
| HSV | hsv(294, 97%, 86%) | — | |
| HWB | hwb(294 3% 14%) | color: hwb(294 3% 14%) | |
| OKLCH | oklch(0.5931 0.2786 322.64) | color: oklch(0.5931 0.2786 322.64) | |
| Lab | lab(48.41 83.73 -60.26) | color: lab(48.41 83.73 -60.26) | |
| LCH | lch(48.41 103.16 324.26) | color: lch(48.41 103.16 324.26) |
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)
#7271A7 — rgb(114, 113, 167)
Deuteranopia (Green-blind)
#7D8C9B — rgb(125, 140, 155)
Tritanopia (Blue-blind)
#BB7F76 — rgb(187, 127, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 95%, 44%);
text
color: hsl(294, 95%, 44%);
border
border: 2px solid hsl(294, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(294, 95%, 64%), hsl(294, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(294, 95%, 44%), hsl(294, 95%, 24%))
hex
background-color: #C506DB;
tailwind
bg-[hsl(294,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 95%, 44%, 0.4);
css variable
--color-primary: hsl(294, 95%, 44%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 95%, 44%)?
HEX: #C506DB | RGB: rgb(197, 6, 219) | CMYK: 10%, 97%, 0%, 14% | HSV: 294°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #C506DB?
The complementary color is HSL(114, 95%, 44%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 95%, 44%) in CSS?
As HSL: color: hsl(294, 95%, 44%); — As HEX: color: #C506DB; — As RGB: color: rgb(197, 6, 219); — Tailwind CSS: bg-[hsl(294,95%,44%)] — CSS variable: --color-primary: hsl(294, 95%, 44%);