HSL(336, 20%, 87%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,20%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 20%, 87%) | color: hsl(336, 20%, 87%) | |
| HEX | #E4D7DD | color: #E4D7DD | |
| RGB | rgb(228, 215, 221) | color: rgb(228, 215, 221) | |
| CMYK | cmyk(0%, 6%, 3%, 11%) | — | |
| HSV | hsv(332, 6%, 89%) | — | |
| HWB | hwb(332 84% 11%) | color: hwb(332 84% 11%) | |
| OKLCH | oklch(0.8913 0.0163 347.68) | color: oklch(0.8913 0.0163 347.68) | |
| Lab | lab(87.15 5.5 -1.34) | color: lab(87.15 5.5 -1.34) | |
| LCH | lch(87.15 5.66 346.31) | color: lch(87.15 5.66 346.31) |
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)
#DEDEDC — rgb(222, 222, 220)
Deuteranopia (Green-blind)
#DFE0DB — rgb(223, 224, 219)
Tritanopia (Blue-blind)
#E3DADA — rgb(227, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 20%, 87%);
text
color: hsl(336, 20%, 87%);
border
border: 2px solid hsl(336, 20%, 87%);
gradient light
background: linear-gradient(to right, hsl(336, 20%, 100%), hsl(336, 20%, 87%));
gradient dark
background: linear-gradient(to right, hsl(336, 20%, 87%), hsl(336, 20%, 67%))
hex
background-color: #E4D7DD;
tailwind
bg-[hsl(336,20%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 20%, 87%, 0.4);
css variable
--color-primary: hsl(336, 20%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 20%, 87%)?
HEX: #E4D7DD | RGB: rgb(228, 215, 221) | CMYK: 0%, 6%, 3%, 11% | HSV: 332°, 6%, 89%. Copy any format from the conversion table above.
What colors go well with #E4D7DD?
The complementary color is HSL(156, 20%, 87%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 20%, 87%) in CSS?
As HSL: color: hsl(336, 20%, 87%); — As HEX: color: #E4D7DD; — As RGB: color: rgb(228, 215, 221); — Tailwind CSS: bg-[hsl(336,20%,87%)] — CSS variable: --color-primary: hsl(336, 20%, 87%);