HSL(321, 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(321,10%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 10%, 87%) | color: hsl(321, 10%, 87%) | |
| HEX | #E1DBDF | color: #E1DBDF | |
| RGB | rgb(225, 219, 223) | color: rgb(225, 219, 223) | |
| CMYK | cmyk(0%, 3%, 1%, 12%) | — | |
| HSV | hsv(320, 3%, 88%) | — | |
| HWB | hwb(320 85% 12%) | color: hwb(320 85% 12%) | |
| OKLCH | oklch(0.8973 0.0084 337.45) | color: oklch(0.8973 0.0084 337.45) | |
| Lab | lab(87.97 2.75 -1.23) | color: lab(87.97 2.75 -1.23) | |
| LCH | lch(87.97 3.01 335.9) | color: lch(87.97 3.01 335.9) |
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)
#DEDEDE — rgb(222, 222, 222)
Deuteranopia (Green-blind)
#DFDFDE — rgb(223, 223, 222)
Tritanopia (Blue-blind)
#E1DDDD — rgb(225, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 10%, 87%);
text
color: hsl(321, 10%, 87%);
border
border: 2px solid hsl(321, 10%, 87%);
gradient light
background: linear-gradient(to right, hsl(321, 10%, 100%), hsl(321, 10%, 87%));
gradient dark
background: linear-gradient(to right, hsl(321, 10%, 87%), hsl(321, 10%, 67%))
hex
background-color: #E1DBDF;
tailwind
bg-[hsl(321,10%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 10%, 87%, 0.4);
css variable
--color-primary: hsl(321, 10%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 10%, 87%)?
HEX: #E1DBDF | RGB: rgb(225, 219, 223) | CMYK: 0%, 3%, 1%, 12% | HSV: 320°, 3%, 88%. Copy any format from the conversion table above.
What colors go well with #E1DBDF?
The complementary color is HSL(141, 10%, 87%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 10%, 87%) in CSS?
As HSL: color: hsl(321, 10%, 87%); — As HEX: color: #E1DBDF; — As RGB: color: rgb(225, 219, 223); — Tailwind CSS: bg-[hsl(321,10%,87%)] — CSS variable: --color-primary: hsl(321, 10%, 87%);