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