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