HSL(339, 30%, 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(339,30%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 30%, 88%) | color: hsl(339, 30%, 88%) | |
| HEX | #EAD7DE | color: #EAD7DE | |
| RGB | rgb(234, 215, 222) | color: rgb(234, 215, 222) | |
| CMYK | cmyk(0%, 8%, 5%, 8%) | — | |
| HSV | hsv(338, 8%, 92%) | — | |
| HWB | hwb(338 85% 8%) | color: hwb(338 85% 8%) | |
| OKLCH | oklch(0.8966 0.0229 353.19) | color: oklch(0.8966 0.0229 353.19) | |
| Lab | lab(87.66 7.73 -1.07) | color: lab(87.66 7.73 -1.07) | |
| LCH | lch(87.66 7.8 352.12) | color: lch(87.66 7.8 352.12) |
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)
#E3E4DC — rgb(227, 228, 220)
Tritanopia (Blue-blind)
#E9DBDB — rgb(233, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 30%, 88%);
text
color: hsl(339, 30%, 88%);
border
border: 2px solid hsl(339, 30%, 88%);
gradient light
background: linear-gradient(to right, hsl(339, 30%, 100%), hsl(339, 30%, 88%));
gradient dark
background: linear-gradient(to right, hsl(339, 30%, 88%), hsl(339, 30%, 68%))
hex
background-color: #EAD7DE;
tailwind
bg-[hsl(339,30%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 30%, 88%, 0.4);
css variable
--color-primary: hsl(339, 30%, 88%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 30%, 88%)?
HEX: #EAD7DE | RGB: rgb(234, 215, 222) | CMYK: 0%, 8%, 5%, 8% | HSV: 338°, 8%, 92%. Copy any format from the conversion table above.
What colors go well with #EAD7DE?
The complementary color is HSL(159, 30%, 88%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 30%, 88%) in CSS?
As HSL: color: hsl(339, 30%, 88%); — As HEX: color: #EAD7DE; — As RGB: color: rgb(234, 215, 222); — Tailwind CSS: bg-[hsl(339,30%,88%)] — CSS variable: --color-primary: hsl(339, 30%, 88%);