HSL(327, 80%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,80%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 80%, 43%) | color: hsl(327, 80%, 43%) | |
| HEX | #C51676 | color: #C51676 | |
| RGB | rgb(197, 22, 118) | color: rgb(197, 22, 118) | |
| CMYK | cmyk(0%, 89%, 40%, 23%) | — | |
| HSV | hsv(327, 89%, 77%) | — | |
| HWB | hwb(327 8% 23%) | color: hwb(327 8% 23%) | |
| OKLCH | oklch(0.5445 0.2133 355.04) | color: oklch(0.5445 0.2133 355.04) | |
| Lab | lab(43.88 68.88 -7.31) | color: lab(43.88 68.88 -7.31) | |
| LCH | lch(43.88 69.27 353.94) | color: lch(43.88 69.27 353.94) |
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)
#79785F — rgb(121, 120, 95)
Deuteranopia (Green-blind)
#839159 — rgb(131, 145, 89)
Tritanopia (Blue-blind)
#BC4C48 — rgb(188, 76, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 80%, 43%);
text
color: hsl(327, 80%, 43%);
border
border: 2px solid hsl(327, 80%, 43%);
gradient light
background: linear-gradient(to right, hsl(327, 80%, 63%), hsl(327, 80%, 43%));
gradient dark
background: linear-gradient(to right, hsl(327, 80%, 43%), hsl(327, 80%, 23%))
hex
background-color: #C51676;
tailwind
bg-[hsl(327,80%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 80%, 43%, 0.4);
css variable
--color-primary: hsl(327, 80%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 80%, 43%)?
HEX: #C51676 | RGB: rgb(197, 22, 118) | CMYK: 0%, 89%, 40%, 23% | HSV: 327°, 89%, 77%. Copy any format from the conversion table above.
What colors go well with #C51676?
The complementary color is HSL(147, 80%, 43%). 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, 80%, 43%) in CSS?
As HSL: color: hsl(327, 80%, 43%); — As HEX: color: #C51676; — As RGB: color: rgb(197, 22, 118); — Tailwind CSS: bg-[hsl(327,80%,43%)] — CSS variable: --color-primary: hsl(327, 80%, 43%);