HSL(339, 12%, 86%)
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(339,12%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 12%, 86%) | color: hsl(339, 12%, 86%) | |
| HEX | #E0D7DA | color: #E0D7DA | |
| RGB | rgb(224, 215, 218) | color: rgb(224, 215, 218) | |
| CMYK | cmyk(0%, 4%, 3%, 12%) | — | |
| HSV | hsv(340, 4%, 88%) | — | |
| HWB | hwb(340 84% 12%) | color: hwb(340 84% 12%) | |
| OKLCH | oklch(0.8872 0.0106 354.93) | color: oklch(0.8872 0.0106 354.93) | |
| Lab | lab(86.76 3.6 -0.37) | color: lab(86.76 3.6 -0.37) | |
| LCH | lch(86.76 3.62 354.13) | color: lch(86.76 3.62 354.13) |
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)
#DCDCD9 — rgb(220, 220, 217)
Deuteranopia (Green-blind)
#DDDDD9 — rgb(221, 221, 217)
Tritanopia (Blue-blind)
#E0D9D9 — rgb(224, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 12%, 86%);
text
color: hsl(339, 12%, 86%);
border
border: 2px solid hsl(339, 12%, 86%);
gradient light
background: linear-gradient(to right, hsl(339, 12%, 100%), hsl(339, 12%, 86%));
gradient dark
background: linear-gradient(to right, hsl(339, 12%, 86%), hsl(339, 12%, 66%))
hex
background-color: #E0D7DA;
tailwind
bg-[hsl(339,12%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 12%, 86%, 0.4);
css variable
--color-primary: hsl(339, 12%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 12%, 86%)?
HEX: #E0D7DA | RGB: rgb(224, 215, 218) | CMYK: 0%, 4%, 3%, 12% | HSV: 340°, 4%, 88%. Copy any format from the conversion table above.
What colors go well with #E0D7DA?
The complementary color is HSL(159, 12%, 86%). 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, 12%, 86%) in CSS?
As HSL: color: hsl(339, 12%, 86%); — As HEX: color: #E0D7DA; — As RGB: color: rgb(224, 215, 218); — Tailwind CSS: bg-[hsl(339,12%,86%)] — CSS variable: --color-primary: hsl(339, 12%, 86%);