HSL(327, 35%, 87%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,35%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 35%, 87%) | color: hsl(327, 35%, 87%) | |
| HEX | #E9D2DF | color: #E9D2DF | |
| RGB | rgb(233, 210, 223) | color: rgb(233, 210, 223) | |
| CMYK | cmyk(0%, 10%, 4%, 9%) | — | |
| HSV | hsv(326, 10%, 91%) | — | |
| HWB | hwb(326 82% 9%) | color: hwb(326 82% 9%) | |
| OKLCH | oklch(0.8864 0.0307 342.69) | color: oklch(0.8864 0.0307 342.69) | |
| Lab | lab(86.38 10.18 -3.49) | color: lab(86.38 10.18 -3.49) | |
| LCH | lch(86.38 10.76 341.08) | color: lch(86.38 10.76 341.08) |
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)
#DFDFDC — rgb(223, 223, 220)
Deuteranopia (Green-blind)
#E0E2DB — rgb(224, 226, 219)
Tritanopia (Blue-blind)
#E8D9D9 — rgb(232, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 35%, 87%);
text
color: hsl(327, 35%, 87%);
border
border: 2px solid hsl(327, 35%, 87%);
gradient light
background: linear-gradient(to right, hsl(327, 35%, 100%), hsl(327, 35%, 87%));
gradient dark
background: linear-gradient(to right, hsl(327, 35%, 87%), hsl(327, 35%, 67%))
hex
background-color: #E9D2DF;
tailwind
bg-[hsl(327,35%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 35%, 87%, 0.4);
css variable
--color-primary: hsl(327, 35%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 35%, 87%)?
HEX: #E9D2DF | RGB: rgb(233, 210, 223) | CMYK: 0%, 10%, 4%, 9% | HSV: 326°, 10%, 91%. Copy any format from the conversion table above.
What colors go well with #E9D2DF?
The complementary color is HSL(147, 35%, 87%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 35%, 87%) in CSS?
As HSL: color: hsl(327, 35%, 87%); — As HEX: color: #E9D2DF; — As RGB: color: rgb(233, 210, 223); — Tailwind CSS: bg-[hsl(327,35%,87%)] — CSS variable: --color-primary: hsl(327, 35%, 87%);