HSL(327, 83%, 42%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,83%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 83%, 42%) | color: hsl(327, 83%, 42%) | |
| HEX | #C41274 | color: #C41274 | |
| RGB | rgb(196, 18, 116) | color: rgb(196, 18, 116) | |
| CMYK | cmyk(0%, 91%, 41%, 23%) | — | |
| HSV | hsv(327, 91%, 77%) | — | |
| HWB | hwb(327 7% 23%) | color: hwb(327 7% 23%) | |
| OKLCH | oklch(0.5405 0.2138 355.43) | color: oklch(0.5405 0.2138 355.43) | |
| Lab | lab(43.41 69.07 -6.8) | color: lab(43.41 69.07 -6.8) | |
| LCH | lch(43.41 69.4 354.38) | color: lch(43.41 69.4 354.38) |
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)
#77755C — rgb(119, 117, 92)
Deuteranopia (Green-blind)
#818F57 — rgb(129, 143, 87)
Tritanopia (Blue-blind)
#BB4A45 — rgb(187, 74, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 83%, 42%);
text
color: hsl(327, 83%, 42%);
border
border: 2px solid hsl(327, 83%, 42%);
gradient light
background: linear-gradient(to right, hsl(327, 83%, 62%), hsl(327, 83%, 42%));
gradient dark
background: linear-gradient(to right, hsl(327, 83%, 42%), hsl(327, 83%, 22%))
hex
background-color: #C41274;
tailwind
bg-[hsl(327,83%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 83%, 42%, 0.4);
css variable
--color-primary: hsl(327, 83%, 42%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 83%, 42%)?
HEX: #C41274 | RGB: rgb(196, 18, 116) | CMYK: 0%, 91%, 41%, 23% | HSV: 327°, 91%, 77%. Copy any format from the conversion table above.
What colors go well with #C41274?
The complementary color is HSL(147, 83%, 42%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 83%, 42%) in CSS?
As HSL: color: hsl(327, 83%, 42%); — As HEX: color: #C41274; — As RGB: color: rgb(196, 18, 116); — Tailwind CSS: bg-[hsl(327,83%,42%)] — CSS variable: --color-primary: hsl(327, 83%, 42%);