HSL(331, 10%, 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,10%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 10%, 87%) | color: hsl(331, 10%, 87%) | |
| HEX | #E1DBDE | color: #E1DBDE | |
| RGB | rgb(225, 219, 222) | color: rgb(225, 219, 222) | |
| CMYK | cmyk(0%, 3%, 1%, 12%) | — | |
| HSV | hsv(330, 3%, 88%) | — | |
| HWB | hwb(330 85% 12%) | color: hwb(330 85% 12%) | |
| OKLCH | oklch(0.897 0.0077 345.37) | color: oklch(0.897 0.0077 345.37) | |
| Lab | lab(87.94 2.57 -0.74) | color: lab(87.94 2.57 -0.74) | |
| LCH | lch(87.94 2.67 343.94) | color: lch(87.94 2.67 343.94) |
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)
#DEDEDD — rgb(222, 222, 221)
Deuteranopia (Green-blind)
#DFDFDD — rgb(223, 223, 221)
Tritanopia (Blue-blind)
#E1DDDD — rgb(225, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 10%, 87%);
text
color: hsl(331, 10%, 87%);
border
border: 2px solid hsl(331, 10%, 87%);
gradient light
background: linear-gradient(to right, hsl(331, 10%, 100%), hsl(331, 10%, 87%));
gradient dark
background: linear-gradient(to right, hsl(331, 10%, 87%), hsl(331, 10%, 67%))
hex
background-color: #E1DBDE;
tailwind
bg-[hsl(331,10%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 10%, 87%, 0.4);
css variable
--color-primary: hsl(331, 10%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 10%, 87%)?
HEX: #E1DBDE | RGB: rgb(225, 219, 222) | CMYK: 0%, 3%, 1%, 12% | HSV: 330°, 3%, 88%. Copy any format from the conversion table above.
What colors go well with #E1DBDE?
The complementary color is HSL(151, 10%, 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, 10%, 87%) in CSS?
As HSL: color: hsl(331, 10%, 87%); — As HEX: color: #E1DBDE; — As RGB: color: rgb(225, 219, 222); — Tailwind CSS: bg-[hsl(331,10%,87%)] — CSS variable: --color-primary: hsl(331, 10%, 87%);