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