HSL(321, 78%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,78%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 78%, 59%) | color: hsl(321, 78%, 59%) | |
| HEX | #E845AF | color: #E845AF | |
| RGB | rgb(232, 69, 175) | color: rgb(232, 69, 175) | |
| CMYK | cmyk(0%, 70%, 25%, 9%) | — | |
| HSV | hsv(321, 70%, 91%) | — | |
| HWB | hwb(321 27% 9%) | color: hwb(321 27% 9%) | |
| OKLCH | oklch(0.6554 0.2233 345.11) | color: oklch(0.6554 0.2233 345.11) | |
| Lab | lab(56.6 71.36 -21.58) | color: lab(56.6 71.36 -21.58) | |
| LCH | lch(56.6 74.55 343.17) | color: lch(56.6 74.55 343.17) |
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)
#A1A095 — rgb(161, 160, 149)
Deuteranopia (Green-blind)
#ABB78F — rgb(171, 183, 143)
Tritanopia (Blue-blind)
#E0817D — rgb(224, 129, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 78%, 59%);
text
color: hsl(321, 78%, 59%);
border
border: 2px solid hsl(321, 78%, 59%);
gradient light
background: linear-gradient(to right, hsl(321, 78%, 79%), hsl(321, 78%, 59%));
gradient dark
background: linear-gradient(to right, hsl(321, 78%, 59%), hsl(321, 78%, 39%))
hex
background-color: #E845AF;
tailwind
bg-[hsl(321,78%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 78%, 59%, 0.4);
css variable
--color-primary: hsl(321, 78%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 78%, 59%)?
HEX: #E845AF | RGB: rgb(232, 69, 175) | CMYK: 0%, 70%, 25%, 9% | HSV: 321°, 70%, 91%. Copy any format from the conversion table above.
What colors go well with #E845AF?
The complementary color is HSL(141, 78%, 59%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 78%, 59%) in CSS?
As HSL: color: hsl(321, 78%, 59%); — As HEX: color: #E845AF; — As RGB: color: rgb(232, 69, 175); — Tailwind CSS: bg-[hsl(321,78%,59%)] — CSS variable: --color-primary: hsl(321, 78%, 59%);