HSL(321, 19%, 91%)
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,19%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 19%, 91%) | color: hsl(321, 19%, 91%) | |
| HEX | #ECE4E9 | color: #ECE4E9 | |
| RGB | rgb(236, 228, 233) | color: rgb(236, 228, 233) | |
| CMYK | cmyk(0%, 3%, 1%, 7%) | — | |
| HSV | hsv(323, 3%, 93%) | — | |
| HWB | hwb(323 90% 7%) | color: hwb(323 90% 7%) | |
| OKLCH | oklch(0.9266 0.0109 339.35) | color: oklch(0.9266 0.0109 339.35) | |
| Lab | lab(91.33 3.58 -1.47) | color: lab(91.33 3.58 -1.47) | |
| LCH | lch(91.33 3.87 337.68) | color: lch(91.33 3.87 337.68) |
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)
#E9E8E8 — rgb(233, 232, 232)
Deuteranopia (Green-blind)
#E9EAE8 — rgb(233, 234, 232)
Tritanopia (Blue-blind)
#ECE7E7 — rgb(236, 231, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 19%, 91%);
text
color: hsl(321, 19%, 91%);
border
border: 2px solid hsl(321, 19%, 91%);
gradient light
background: linear-gradient(to right, hsl(321, 19%, 100%), hsl(321, 19%, 91%));
gradient dark
background: linear-gradient(to right, hsl(321, 19%, 91%), hsl(321, 19%, 71%))
hex
background-color: #ECE4E9;
tailwind
bg-[hsl(321,19%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 19%, 91%, 0.4);
css variable
--color-primary: hsl(321, 19%, 91%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 19%, 91%)?
HEX: #ECE4E9 | RGB: rgb(236, 228, 233) | CMYK: 0%, 3%, 1%, 7% | HSV: 323°, 3%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE4E9?
The complementary color is HSL(141, 19%, 91%). 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, 19%, 91%) in CSS?
As HSL: color: hsl(321, 19%, 91%); — As HEX: color: #ECE4E9; — As RGB: color: rgb(236, 228, 233); — Tailwind CSS: bg-[hsl(321,19%,91%)] — CSS variable: --color-primary: hsl(321, 19%, 91%);