HSL(329, 95%, 41%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 95%, 41%) | color: hsl(329, 95%, 41%) | |
| HEX | #CC056C | color: #CC056C | |
| RGB | rgb(204, 5, 108) | color: rgb(204, 5, 108) | |
| CMYK | cmyk(0%, 98%, 47%, 20%) | — | |
| HSV | hsv(329, 98%, 80%) | — | |
| HWB | hwb(329 2% 20%) | color: hwb(329 2% 20%) | |
| OKLCH | oklch(0.5487 0.2206 359.96) | color: oklch(0.5487 0.2206 359.96) | |
| Lab | lab(44.28 71.54 -0.35) | color: lab(44.28 71.54 -0.35) | |
| LCH | lch(44.28 71.54 359.72) | color: lch(44.28 71.54 359.72) |
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)
#767453 — rgb(118, 116, 83)
Deuteranopia (Green-blind)
#81904D — rgb(129, 144, 77)
Tritanopia (Blue-blind)
#C23F3B — rgb(194, 63, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 95%, 41%);
text
color: hsl(329, 95%, 41%);
border
border: 2px solid hsl(329, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(329, 95%, 61%), hsl(329, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(329, 95%, 41%), hsl(329, 95%, 21%))
hex
background-color: #CC056C;
tailwind
bg-[hsl(329,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 95%, 41%, 0.4);
css variable
--color-primary: hsl(329, 95%, 41%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 95%, 41%)?
HEX: #CC056C | RGB: rgb(204, 5, 108) | CMYK: 0%, 98%, 47%, 20% | HSV: 329°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #CC056C?
The complementary color is HSL(149, 95%, 41%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 95%, 41%) in CSS?
As HSL: color: hsl(329, 95%, 41%); — As HEX: color: #CC056C; — As RGB: color: rgb(204, 5, 108); — Tailwind CSS: bg-[hsl(329,95%,41%)] — CSS variable: --color-primary: hsl(329, 95%, 41%);