HSL(320, 72%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,72%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 72%, 71%) | color: hsl(320, 72%, 71%) | |
| HEX | #EA80C7 | color: #EA80C7 | |
| RGB | rgb(234, 128, 199) | color: rgb(234, 128, 199) | |
| CMYK | cmyk(0%, 45%, 15%, 8%) | — | |
| HSV | hsv(320, 45%, 92%) | — | |
| HWB | hwb(320 51% 8%) | color: hwb(320 51% 8%) | |
| OKLCH | oklch(0.7382 0.1547 341.01) | color: oklch(0.7382 0.1547 341.01) | |
| Lab | lab(67.32 49.69 -18.88) | color: lab(67.32 49.69 -18.88) | |
| LCH | lch(67.32 53.16 339.2) | color: lch(67.32 53.16 339.2) |
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)
#BCBBB6 — rgb(188, 187, 182)
Deuteranopia (Green-blind)
#C2CAB2 — rgb(194, 202, 178)
Tritanopia (Blue-blind)
#E5A8A5 — rgb(229, 168, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 72%, 71%);
text
color: hsl(320, 72%, 71%);
border
border: 2px solid hsl(320, 72%, 71%);
gradient light
background: linear-gradient(to right, hsl(320, 72%, 91%), hsl(320, 72%, 71%));
gradient dark
background: linear-gradient(to right, hsl(320, 72%, 71%), hsl(320, 72%, 51%))
hex
background-color: #EA80C7;
tailwind
bg-[hsl(320,72%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 72%, 71%, 0.4);
css variable
--color-primary: hsl(320, 72%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 72%, 71%)?
HEX: #EA80C7 | RGB: rgb(234, 128, 199) | CMYK: 0%, 45%, 15%, 8% | HSV: 320°, 45%, 92%. Copy any format from the conversion table above.
What colors go well with #EA80C7?
The complementary color is HSL(140, 72%, 71%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 72%, 71%) in CSS?
As HSL: color: hsl(320, 72%, 71%); — As HEX: color: #EA80C7; — As RGB: color: rgb(234, 128, 199); — Tailwind CSS: bg-[hsl(320,72%,71%)] — CSS variable: --color-primary: hsl(320, 72%, 71%);