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