HSL(322, 32%, 84%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,32%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 32%, 84%) | color: hsl(322, 32%, 84%) | |
| HEX | #E3C9DA | color: #E3C9DA | |
| RGB | rgb(227, 201, 218) | color: rgb(227, 201, 218) | |
| CMYK | cmyk(0%, 11%, 4%, 11%) | — | |
| HSV | hsv(321, 11%, 89%) | — | |
| HWB | hwb(321 79% 11%) | color: hwb(321 79% 11%) | |
| OKLCH | oklch(0.8626 0.0368 338.68) | color: oklch(0.8626 0.0368 338.68) | |
| Lab | lab(83.53 12 -5.08) | color: lab(83.53 12 -5.08) | |
| LCH | lch(83.53 13.03 337.06) | color: lch(83.53 13.03 337.06) |
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)
#D9DBD5 — rgb(217, 219, 213)
Tritanopia (Blue-blind)
#E2D3D2 — rgb(226, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 32%, 84%);
text
color: hsl(322, 32%, 84%);
border
border: 2px solid hsl(322, 32%, 84%);
gradient light
background: linear-gradient(to right, hsl(322, 32%, 100%), hsl(322, 32%, 84%));
gradient dark
background: linear-gradient(to right, hsl(322, 32%, 84%), hsl(322, 32%, 64%))
hex
background-color: #E3C9DA;
tailwind
bg-[hsl(322,32%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 32%, 84%, 0.4);
css variable
--color-primary: hsl(322, 32%, 84%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 32%, 84%)?
HEX: #E3C9DA | RGB: rgb(227, 201, 218) | CMYK: 0%, 11%, 4%, 11% | HSV: 321°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #E3C9DA?
The complementary color is HSL(142, 32%, 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, 32%, 84%) in CSS?
As HSL: color: hsl(322, 32%, 84%); — As HEX: color: #E3C9DA; — As RGB: color: rgb(227, 201, 218); — Tailwind CSS: bg-[hsl(322,32%,84%)] — CSS variable: --color-primary: hsl(322, 32%, 84%);