HSL(327, 95%, 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,95%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 95%, 42%) | color: hsl(327, 95%, 42%) | |
| HEX | #D10575 | color: #D10575 | |
| RGB | rgb(209, 5, 117) | color: rgb(209, 5, 117) | |
| CMYK | cmyk(0%, 98%, 44%, 18%) | — | |
| HSV | hsv(327, 98%, 82%) | — | |
| HWB | hwb(327 2% 18%) | color: hwb(327 2% 18%) | |
| OKLCH | oklch(0.5608 0.2268 357.62) | color: oklch(0.5608 0.2268 357.62) | |
| Lab | lab(45.57 73.38 -3.93) | color: lab(45.57 73.38 -3.93) | |
| LCH | lch(45.57 73.49 356.93) | color: lch(45.57 73.49 356.93) |
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)
#79775A — rgb(121, 119, 90)
Deuteranopia (Green-blind)
#859453 — rgb(133, 148, 83)
Tritanopia (Blue-blind)
#C74540 — rgb(199, 69, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 95%, 42%);
text
color: hsl(327, 95%, 42%);
border
border: 2px solid hsl(327, 95%, 42%);
gradient light
background: linear-gradient(to right, hsl(327, 95%, 62%), hsl(327, 95%, 42%));
gradient dark
background: linear-gradient(to right, hsl(327, 95%, 42%), hsl(327, 95%, 22%))
hex
background-color: #D10575;
tailwind
bg-[hsl(327,95%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 95%, 42%, 0.4);
css variable
--color-primary: hsl(327, 95%, 42%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 95%, 42%)?
HEX: #D10575 | RGB: rgb(209, 5, 117) | CMYK: 0%, 98%, 44%, 18% | HSV: 327°, 98%, 82%. Copy any format from the conversion table above.
What colors go well with #D10575?
The complementary color is HSL(147, 95%, 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, 95%, 42%) in CSS?
As HSL: color: hsl(327, 95%, 42%); — As HEX: color: #D10575; — As RGB: color: rgb(209, 5, 117); — Tailwind CSS: bg-[hsl(327,95%,42%)] — CSS variable: --color-primary: hsl(327, 95%, 42%);