HSL(322, 41%, 84%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,41%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 41%, 84%) | color: hsl(322, 41%, 84%) | |
| HEX | #E7C5DB | color: #E7C5DB | |
| RGB | rgb(231, 197, 219) | color: rgb(231, 197, 219) | |
| CMYK | cmyk(0%, 15%, 5%, 9%) | — | |
| HSV | hsv(321, 15%, 91%) | — | |
| HWB | hwb(321 77% 9%) | color: hwb(321 77% 9%) | |
| OKLCH | oklch(0.8589 0.048 339.24) | color: oklch(0.8589 0.048 339.24) | |
| Lab | lab(82.93 15.67 -6.46) | color: lab(82.93 15.67 -6.46) | |
| LCH | lch(82.93 16.95 337.6) | color: lch(82.93 16.95 337.6) |
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)
#D8D8D6 — rgb(216, 216, 214)
Deuteranopia (Green-blind)
#DADDD4 — rgb(218, 221, 212)
Tritanopia (Blue-blind)
#E5D1D1 — rgb(229, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 41%, 84%);
text
color: hsl(322, 41%, 84%);
border
border: 2px solid hsl(322, 41%, 84%);
gradient light
background: linear-gradient(to right, hsl(322, 41%, 100%), hsl(322, 41%, 84%));
gradient dark
background: linear-gradient(to right, hsl(322, 41%, 84%), hsl(322, 41%, 64%))
hex
background-color: #E7C5DB;
tailwind
bg-[hsl(322,41%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 41%, 84%, 0.4);
css variable
--color-primary: hsl(322, 41%, 84%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 41%, 84%)?
HEX: #E7C5DB | RGB: rgb(231, 197, 219) | CMYK: 0%, 15%, 5%, 9% | HSV: 321°, 15%, 91%. Copy any format from the conversion table above.
What colors go well with #E7C5DB?
The complementary color is HSL(142, 41%, 84%). 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, 41%, 84%) in CSS?
As HSL: color: hsl(322, 41%, 84%); — As HEX: color: #E7C5DB; — As RGB: color: rgb(231, 197, 219); — Tailwind CSS: bg-[hsl(322,41%,84%)] — CSS variable: --color-primary: hsl(322, 41%, 84%);