HSL(327, 77%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,77%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 77%, 60%) | color: hsl(327, 77%, 60%) | |
| HEX | #E84AA1 | color: #E84AA1 | |
| RGB | rgb(232, 74, 161) | color: rgb(232, 74, 161) | |
| CMYK | cmyk(0%, 68%, 31%, 9%) | — | |
| HSV | hsv(327, 68%, 91%) | — | |
| HWB | hwb(327 29% 9%) | color: hwb(327 29% 9%) | |
| OKLCH | oklch(0.6545 0.2099 350.56) | color: oklch(0.6545 0.2099 350.56) | |
| Lab | lab(56.71 67.91 -13.24) | color: lab(56.71 67.91 -13.24) | |
| LCH | lch(56.71 69.19 348.97) | color: lch(56.71 69.19 348.97) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A4A28C — rgb(164, 162, 140)
Deuteranopia (Green-blind)
#ADB987 — rgb(173, 185, 135)
Tritanopia (Blue-blind)
#E07B78 — rgb(224, 123, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 77%, 60%);
text
color: hsl(327, 77%, 60%);
border
border: 2px solid hsl(327, 77%, 60%);
gradient light
background: linear-gradient(to right, hsl(327, 77%, 80%), hsl(327, 77%, 60%));
gradient dark
background: linear-gradient(to right, hsl(327, 77%, 60%), hsl(327, 77%, 40%))
hex
background-color: #E84AA1;
tailwind
bg-[hsl(327,77%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 77%, 60%, 0.4);
css variable
--color-primary: hsl(327, 77%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 77%, 60%)?
HEX: #E84AA1 | RGB: rgb(232, 74, 161) | CMYK: 0%, 68%, 31%, 9% | HSV: 327°, 68%, 91%. Copy any format from the conversion table above.
What colors go well with #E84AA1?
The complementary color is HSL(147, 77%, 60%). 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, 77%, 60%) in CSS?
As HSL: color: hsl(327, 77%, 60%); — As HEX: color: #E84AA1; — As RGB: color: rgb(232, 74, 161); — Tailwind CSS: bg-[hsl(327,77%,60%)] — CSS variable: --color-primary: hsl(327, 77%, 60%);