#ecdfe8
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 223, 232
HSL
319°, 26%, 90%
CMYK
0, 6, 2, 8
Luminance
0.7643
Every format
| HEX | #ecdfe8 |
| RGB | rgb(236, 223, 232) |
| HSL | hsl(319, 26%, 90%) |
| CMYK | cmyk(0%, 6%, 2%, 8%) |
| LAB | lab(90.1 6.0 -2.8) |
| LCH | lch(90.1 6.6 334.9) |
| OKLCH | oklch(0.917 0.018 336.6) |
Copy-ready code
/* CSS */
color: #ecdfe8;
background-color: #ecdfe8;
/* Tailwind (arbitrary) */
class="text-[#ecdfe8] bg-[#ecdfe8]"
/* SCSS */
$brand: #ecdfe8;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#ecdfe8")Accessibility — WCAG contrast
Aa
#ecdfe8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfe8 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow1.7%
Key (black)7.5%
Color previews
#ecdfe8 text on a black background
contrast 16.29:1
Card sample
#ecdfe8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfe8;
Background color
Panel with #ecdfe8 background
background-color: #ecdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfe8; background: linear-gradient(135deg, #ecdfe8, #ECDFDF);