HSL(322, 79%, 65%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,79%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 79%, 65%) | color: hsl(322, 79%, 65%) | |
| HEX | #EC5FB9 | color: #EC5FB9 | |
| RGB | rgb(236, 95, 185) | color: rgb(236, 95, 185) | |
| CMYK | cmyk(0%, 60%, 22%, 7%) | — | |
| HSV | hsv(322, 60%, 93%) | — | |
| HWB | hwb(322 37% 7%) | color: hwb(322 37% 7%) | |
| OKLCH | oklch(0.6919 0.1984 344.31) | color: oklch(0.6919 0.1984 344.31) | |
| Lab | lab(61.24 63.69 -20.18) | color: lab(61.24 63.69 -20.18) | |
| LCH | lch(61.24 66.81 342.42) | color: lch(61.24 66.81 342.42) |
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)
#AFAEA3 — rgb(175, 174, 163)
Deuteranopia (Green-blind)
#B7C29E — rgb(183, 194, 158)
Tritanopia (Blue-blind)
#E5928E — rgb(229, 146, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 79%, 65%);
text
color: hsl(322, 79%, 65%);
border
border: 2px solid hsl(322, 79%, 65%);
gradient light
background: linear-gradient(to right, hsl(322, 79%, 85%), hsl(322, 79%, 65%));
gradient dark
background: linear-gradient(to right, hsl(322, 79%, 65%), hsl(322, 79%, 45%))
hex
background-color: #EC5FB9;
tailwind
bg-[hsl(322,79%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 79%, 65%, 0.4);
css variable
--color-primary: hsl(322, 79%, 65%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 79%, 65%)?
HEX: #EC5FB9 | RGB: rgb(236, 95, 185) | CMYK: 0%, 60%, 22%, 7% | HSV: 322°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #EC5FB9?
The complementary color is HSL(142, 79%, 65%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 79%, 65%) in CSS?
As HSL: color: hsl(322, 79%, 65%); — As HEX: color: #EC5FB9; — As RGB: color: rgb(236, 95, 185); — Tailwind CSS: bg-[hsl(322,79%,65%)] — CSS variable: --color-primary: hsl(322, 79%, 65%);