HSL(331, 19%, 87%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 87%) | color: hsl(331, 19%, 87%) | |
| HEX | #E4D8DE | color: #E4D8DE | |
| RGB | rgb(228, 216, 222) | color: rgb(228, 216, 222) | |
| CMYK | cmyk(0%, 5%, 3%, 11%) | — | |
| HSV | hsv(330, 5%, 89%) | — | |
| HWB | hwb(330 85% 11%) | color: hwb(330 85% 11%) | |
| OKLCH | oklch(0.8936 0.0154 345.59) | color: oklch(0.8936 0.0154 345.59) | |
| Lab | lab(87.43 5.16 -1.47) | color: lab(87.43 5.16 -1.47) | |
| LCH | lch(87.43 5.37 344.1) | color: lch(87.43 5.37 344.1) |
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)
#DFDFDD — rgb(223, 223, 221)
Deuteranopia (Green-blind)
#E0E0DC — rgb(224, 224, 220)
Tritanopia (Blue-blind)
#E3DBDB — rgb(227, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 87%);
text
color: hsl(331, 19%, 87%);
border
border: 2px solid hsl(331, 19%, 87%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 100%), hsl(331, 19%, 87%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 87%), hsl(331, 19%, 67%))
hex
background-color: #E4D8DE;
tailwind
bg-[hsl(331,19%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 87%, 0.4);
css variable
--color-primary: hsl(331, 19%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 87%)?
HEX: #E4D8DE | RGB: rgb(228, 216, 222) | CMYK: 0%, 5%, 3%, 11% | HSV: 330°, 5%, 89%. Copy any format from the conversion table above.
What colors go well with #E4D8DE?
The complementary color is HSL(151, 19%, 87%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 19%, 87%) in CSS?
As HSL: color: hsl(331, 19%, 87%); — As HEX: color: #E4D8DE; — As RGB: color: rgb(228, 216, 222); — Tailwind CSS: bg-[hsl(331,19%,87%)] — CSS variable: --color-primary: hsl(331, 19%, 87%);