HSL(320, 80%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,80%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 80%, 60%) | color: hsl(320, 80%, 60%) | |
| HEX | #EB47B4 | color: #EB47B4 | |
| RGB | rgb(235, 71, 180) | color: rgb(235, 71, 180) | |
| CMYK | cmyk(0%, 70%, 23%, 8%) | — | |
| HSV | hsv(320, 70%, 92%) | — | |
| HWB | hwb(320 28% 8%) | color: hwb(320 28% 8%) | |
| OKLCH | oklch(0.6637 0.2259 344.25) | color: oklch(0.6637 0.2259 344.25) | |
| Lab | lab(57.53 72.05 -23) | color: lab(57.53 72.05 -23) | |
| LCH | lch(57.53 75.63 342.3) | color: lch(57.53 75.63 342.3) |
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)
#A4A39A — rgb(164, 163, 154)
Deuteranopia (Green-blind)
#AEBA93 — rgb(174, 186, 147)
Tritanopia (Blue-blind)
#E38580 — rgb(227, 133, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 80%, 60%);
text
color: hsl(320, 80%, 60%);
border
border: 2px solid hsl(320, 80%, 60%);
gradient light
background: linear-gradient(to right, hsl(320, 80%, 80%), hsl(320, 80%, 60%));
gradient dark
background: linear-gradient(to right, hsl(320, 80%, 60%), hsl(320, 80%, 40%))
hex
background-color: #EB47B4;
tailwind
bg-[hsl(320,80%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 80%, 60%, 0.4);
css variable
--color-primary: hsl(320, 80%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 80%, 60%)?
HEX: #EB47B4 | RGB: rgb(235, 71, 180) | CMYK: 0%, 70%, 23%, 8% | HSV: 320°, 70%, 92%. Copy any format from the conversion table above.
What colors go well with #EB47B4?
The complementary color is HSL(140, 80%, 60%). 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, 80%, 60%) in CSS?
As HSL: color: hsl(320, 80%, 60%); — As HEX: color: #EB47B4; — As RGB: color: rgb(235, 71, 180); — Tailwind CSS: bg-[hsl(320,80%,60%)] — CSS variable: --color-primary: hsl(320, 80%, 60%);