HSL(344, 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(344,12%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 12%, 86%) | color: hsl(344, 12%, 86%) | |
| HEX | #E0D7D9 | color: #E0D7D9 | |
| RGB | rgb(224, 215, 217) | color: rgb(224, 215, 217) | |
| CMYK | cmyk(0%, 4%, 3%, 12%) | — | |
| HSV | hsv(347, 4%, 88%) | — | |
| HWB | hwb(347 84% 12%) | color: hwb(347 84% 12%) | |
| OKLCH | oklch(0.8869 0.0102 2.01) | color: oklch(0.8869 0.0102 2.01) | |
| Lab | lab(86.73 3.43 0.12) | color: lab(86.73 3.43 0.12) | |
| LCH | lch(86.73 3.43 2) | color: lch(86.73 3.43 2) |
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)
#DDDDD8 — rgb(221, 221, 216)
Tritanopia (Blue-blind)
#E0D8D8 — rgb(224, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 12%, 86%);
text
color: hsl(344, 12%, 86%);
border
border: 2px solid hsl(344, 12%, 86%);
gradient light
background: linear-gradient(to right, hsl(344, 12%, 100%), hsl(344, 12%, 86%));
gradient dark
background: linear-gradient(to right, hsl(344, 12%, 86%), hsl(344, 12%, 66%))
hex
background-color: #E0D7D9;
tailwind
bg-[hsl(344,12%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 12%, 86%, 0.4);
css variable
--color-primary: hsl(344, 12%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 12%, 86%)?
HEX: #E0D7D9 | RGB: rgb(224, 215, 217) | CMYK: 0%, 4%, 3%, 12% | HSV: 347°, 4%, 88%. Copy any format from the conversion table above.
What colors go well with #E0D7D9?
The complementary color is HSL(164, 12%, 86%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 12%, 86%) in CSS?
As HSL: color: hsl(344, 12%, 86%); — As HEX: color: #E0D7D9; — As RGB: color: rgb(224, 215, 217); — Tailwind CSS: bg-[hsl(344,12%,86%)] — CSS variable: --color-primary: hsl(344, 12%, 86%);