HSL(327, 75%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,75%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 75%, 44%) | color: hsl(327, 75%, 44%) | |
| HEX | #C41C79 | color: #C41C79 | |
| RGB | rgb(196, 28, 121) | color: rgb(196, 28, 121) | |
| CMYK | cmyk(0%, 86%, 38%, 23%) | — | |
| HSV | hsv(327, 86%, 77%) | — | |
| HWB | hwb(327 11% 23%) | color: hwb(327 11% 23%) | |
| OKLCH | oklch(0.5465 0.2103 353.9) | color: oklch(0.5465 0.2103 353.9) | |
| Lab | lab(44.16 67.87 -8.77) | color: lab(44.16 67.87 -8.77) | |
| LCH | lch(44.16 68.43 352.64) | color: lch(44.16 68.43 352.64) |
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)
#7B7A62 — rgb(123, 122, 98)
Deuteranopia (Green-blind)
#85925D — rgb(133, 146, 93)
Tritanopia (Blue-blind)
#BC514D — rgb(188, 81, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 75%, 44%);
text
color: hsl(327, 75%, 44%);
border
border: 2px solid hsl(327, 75%, 44%);
gradient light
background: linear-gradient(to right, hsl(327, 75%, 64%), hsl(327, 75%, 44%));
gradient dark
background: linear-gradient(to right, hsl(327, 75%, 44%), hsl(327, 75%, 24%))
hex
background-color: #C41C79;
tailwind
bg-[hsl(327,75%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 75%, 44%, 0.4);
css variable
--color-primary: hsl(327, 75%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 75%, 44%)?
HEX: #C41C79 | RGB: rgb(196, 28, 121) | CMYK: 0%, 86%, 38%, 23% | HSV: 327°, 86%, 77%. Copy any format from the conversion table above.
What colors go well with #C41C79?
The complementary color is HSL(147, 75%, 44%). 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, 75%, 44%) in CSS?
As HSL: color: hsl(327, 75%, 44%); — As HEX: color: #C41C79; — As RGB: color: rgb(196, 28, 121); — Tailwind CSS: bg-[hsl(327,75%,44%)] — CSS variable: --color-primary: hsl(327, 75%, 44%);