HSL(324, 55%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,55%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 55%, 73%) | color: hsl(324, 55%, 73%) | |
| HEX | #E094C2 | color: #E094C2 | |
| RGB | rgb(224, 148, 194) | color: rgb(224, 148, 194) | |
| CMYK | cmyk(0%, 34%, 13%, 12%) | — | |
| HSV | hsv(324, 34%, 88%) | — | |
| HWB | hwb(324 58% 12%) | color: hwb(324 58% 12%) | |
| OKLCH | oklch(0.7563 0.1081 342.98) | color: oklch(0.7563 0.1081 342.98) | |
| Lab | lab(70.12 35.26 -11.98) | color: lab(70.12 35.26 -11.98) | |
| LCH | lch(70.12 37.24 341.23) | color: lch(70.12 37.24 341.23) |
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)
#BFBEB7 — rgb(191, 190, 183)
Deuteranopia (Green-blind)
#C4C9B4 — rgb(196, 201, 180)
Tritanopia (Blue-blind)
#DCAEAC — rgb(220, 174, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 55%, 73%);
text
color: hsl(324, 55%, 73%);
border
border: 2px solid hsl(324, 55%, 73%);
gradient light
background: linear-gradient(to right, hsl(324, 55%, 93%), hsl(324, 55%, 73%));
gradient dark
background: linear-gradient(to right, hsl(324, 55%, 73%), hsl(324, 55%, 53%))
hex
background-color: #E094C2;
tailwind
bg-[hsl(324,55%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 55%, 73%, 0.4);
css variable
--color-primary: hsl(324, 55%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 55%, 73%)?
HEX: #E094C2 | RGB: rgb(224, 148, 194) | CMYK: 0%, 34%, 13%, 12% | HSV: 324°, 34%, 88%. Copy any format from the conversion table above.
What colors go well with #E094C2?
The complementary color is HSL(144, 55%, 73%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 55%, 73%) in CSS?
As HSL: color: hsl(324, 55%, 73%); — As HEX: color: #E094C2; — As RGB: color: rgb(224, 148, 194); — Tailwind CSS: bg-[hsl(324,55%,73%)] — CSS variable: --color-primary: hsl(324, 55%, 73%);