HSL(333, 46%, 88%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,46%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 46%, 88%) | color: hsl(333, 46%, 88%) | |
| HEX | #EED2DF | color: #EED2DF | |
| RGB | rgb(238, 210, 223) | color: rgb(238, 210, 223) | |
| CMYK | cmyk(0%, 12%, 6%, 7%) | — | |
| HSV | hsv(332, 12%, 93%) | — | |
| HWB | hwb(332 82% 7%) | color: hwb(332 82% 7%) | |
| OKLCH | oklch(0.8907 0.0355 348.08) | color: oklch(0.8907 0.0355 348.08) | |
| Lab | lab(86.8 11.9 -2.82) | color: lab(86.8 11.9 -2.82) | |
| LCH | lch(86.8 12.23 346.67) | color: lch(86.8 12.23 346.67) |
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)
#E2E2DC — rgb(226, 226, 220)
Deuteranopia (Green-blind)
#E4E6DB — rgb(228, 230, 219)
Tritanopia (Blue-blind)
#EDD9D9 — rgb(237, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 46%, 88%);
text
color: hsl(333, 46%, 88%);
border
border: 2px solid hsl(333, 46%, 88%);
gradient light
background: linear-gradient(to right, hsl(333, 46%, 100%), hsl(333, 46%, 88%));
gradient dark
background: linear-gradient(to right, hsl(333, 46%, 88%), hsl(333, 46%, 68%))
hex
background-color: #EED2DF;
tailwind
bg-[hsl(333,46%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 46%, 88%, 0.4);
css variable
--color-primary: hsl(333, 46%, 88%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 46%, 88%)?
HEX: #EED2DF | RGB: rgb(238, 210, 223) | CMYK: 0%, 12%, 6%, 7% | HSV: 332°, 12%, 93%. Copy any format from the conversion table above.
What colors go well with #EED2DF?
The complementary color is HSL(153, 46%, 88%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 46%, 88%) in CSS?
As HSL: color: hsl(333, 46%, 88%); — As HEX: color: #EED2DF; — As RGB: color: rgb(238, 210, 223); — Tailwind CSS: bg-[hsl(333,46%,88%)] — CSS variable: --color-primary: hsl(333, 46%, 88%);