#ecdfed
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 223, 237
HSL
296°, 28%, 90%
CMYK
0, 6, 0, 7
Luminance
0.7672
Every format
| HEX | #ecdfed |
| RGB | rgb(236, 223, 237) |
| HSL | hsl(296, 28%, 90%) |
| CMYK | cmyk(0%, 6%, 0%, 7%) |
| LAB | lab(90.2 6.9 -5.2) |
| LCH | lch(90.2 8.6 322.9) |
| OKLCH | oklch(0.918 0.023 323.6) |
Copy-ready code
/* CSS */
color: #ecdfed;
background-color: #ecdfed;
/* Tailwind (arbitrary) */
class="text-[#ecdfed] bg-[#ecdfed]"
/* SCSS */
$brand: #ecdfed;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#ecdfed")Accessibility — WCAG contrast
Aa
#ecdfed on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfed on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue92.9%
CMYK percentages
Cyan0.4%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#ecdfed text on a black background
contrast 16.34:1
Card sample
#ecdfed text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfed;
Background color
Panel with #ecdfed background
background-color: #ecdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfed; background: linear-gradient(135deg, #ecdfed, #EDDFE5);