HSL(322, 81%, 52%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,81%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 81%, 52%) | color: hsl(322, 81%, 52%) | |
| HEX | #E8219F | color: #E8219F | |
| RGB | rgb(232, 33, 159) | color: rgb(232, 33, 159) | |
| CMYK | cmyk(0%, 86%, 31%, 9%) | — | |
| HSV | hsv(322, 86%, 91%) | — | |
| HWB | hwb(322 13% 9%) | color: hwb(322 13% 9%) | |
| OKLCH | oklch(0.6249 0.2467 348.83) | color: oklch(0.6249 0.2467 348.83) | |
| Lab | lab(52.68 78.93 -18.19) | color: lab(52.68 78.93 -18.19) | |
| LCH | lch(52.68 81 347.02) | color: lch(52.68 81 347.02) |
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)
#929081 — rgb(146, 144, 129)
Deuteranopia (Green-blind)
#9DAC79 — rgb(157, 172, 121)
Tritanopia (Blue-blind)
#DE6863 — rgb(222, 104, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 81%, 52%);
text
color: hsl(322, 81%, 52%);
border
border: 2px solid hsl(322, 81%, 52%);
gradient light
background: linear-gradient(to right, hsl(322, 81%, 72%), hsl(322, 81%, 52%));
gradient dark
background: linear-gradient(to right, hsl(322, 81%, 52%), hsl(322, 81%, 32%))
hex
background-color: #E8219F;
tailwind
bg-[hsl(322,81%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 81%, 52%, 0.4);
css variable
--color-primary: hsl(322, 81%, 52%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 81%, 52%)?
HEX: #E8219F | RGB: rgb(232, 33, 159) | CMYK: 0%, 86%, 31%, 9% | HSV: 322°, 86%, 91%. Copy any format from the conversion table above.
What colors go well with #E8219F?
The complementary color is HSL(142, 81%, 52%). 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, 81%, 52%) in CSS?
As HSL: color: hsl(322, 81%, 52%); — As HEX: color: #E8219F; — As RGB: color: rgb(232, 33, 159); — Tailwind CSS: bg-[hsl(322,81%,52%)] — CSS variable: --color-primary: hsl(322, 81%, 52%);