HSL(323, 16%, 88%)
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(323,16%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 16%, 88%) | color: hsl(323, 16%, 88%) | |
| HEX | #E5DCE2 | color: #E5DCE2 | |
| RGB | rgb(229, 220, 226) | color: rgb(229, 220, 226) | |
| CMYK | cmyk(0%, 4%, 1%, 10%) | — | |
| HSV | hsv(320, 4%, 90%) | — | |
| HWB | hwb(320 86% 10%) | color: hwb(320 86% 10%) | |
| OKLCH | oklch(0.9033 0.0126 337.55) | color: oklch(0.9033 0.0126 337.55) | |
| Lab | lab(88.61 4.12 -1.84) | color: lab(88.61 4.12 -1.84) | |
| LCH | lch(88.61 4.51 335.93) | color: lch(88.61 4.51 335.93) |
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)
#E1E1E1 — rgb(225, 225, 225)
Deuteranopia (Green-blind)
#E2E2E0 — rgb(226, 226, 224)
Tritanopia (Blue-blind)
#E5DFDF — rgb(229, 223, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 16%, 88%);
text
color: hsl(323, 16%, 88%);
border
border: 2px solid hsl(323, 16%, 88%);
gradient light
background: linear-gradient(to right, hsl(323, 16%, 100%), hsl(323, 16%, 88%));
gradient dark
background: linear-gradient(to right, hsl(323, 16%, 88%), hsl(323, 16%, 68%))
hex
background-color: #E5DCE2;
tailwind
bg-[hsl(323,16%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 16%, 88%, 0.4);
css variable
--color-primary: hsl(323, 16%, 88%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 16%, 88%)?
HEX: #E5DCE2 | RGB: rgb(229, 220, 226) | CMYK: 0%, 4%, 1%, 10% | HSV: 320°, 4%, 90%. Copy any format from the conversion table above.
What colors go well with #E5DCE2?
The complementary color is HSL(143, 16%, 88%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 16%, 88%) in CSS?
As HSL: color: hsl(323, 16%, 88%); — As HEX: color: #E5DCE2; — As RGB: color: rgb(229, 220, 226); — Tailwind CSS: bg-[hsl(323,16%,88%)] — CSS variable: --color-primary: hsl(323, 16%, 88%);