#e2ccda
a light, soft magenta / pink · warm · closest name: lavender
RGB
226, 204, 218
HSL
322°, 28%, 84%
CMYK
0, 10, 4, 11
Luminance
0.6442
Every format
| HEX | #e2ccda |
| RGB | rgb(226, 204, 218) |
| HSL | hsl(322, 28%, 84%) |
| CMYK | cmyk(0%, 10%, 4%, 11%) |
| LAB | lab(84.2 10.1 -4.1) |
| LCH | lch(84.2 10.9 337.7) |
| OKLCH | oklch(0.868 0.031 339.3) |
Copy-ready code
/* CSS */
color: #e2ccda;
background-color: #e2ccda;
/* Tailwind (arbitrary) */
class="text-[#e2ccda] bg-[#e2ccda]"
/* SCSS */
$brand: #e2ccda;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#e2ccda")Accessibility — WCAG contrast
Aa
#e2ccda on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccda on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow3.5%
Key (black)11.4%
Color previews
#e2ccda text on a black background
contrast 13.88:1
Card sample
#e2ccda text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccda;
Background color
Panel with #e2ccda background
background-color: #e2ccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccda; background: linear-gradient(135deg, #e2ccda, #E2CDCC);