#ece4eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 228, 235
HSL
308°, 17%, 91%
CMYK
0, 3, 0, 8
Luminance
0.7932
Every format
| HEX | #ece4eb |
| RGB | rgb(236, 228, 235) |
| HSL | hsl(308, 17%, 91%) |
| CMYK | cmyk(0%, 3%, 0%, 8%) |
| LAB | lab(91.4 3.9 -2.4) |
| LCH | lch(91.4 4.6 328.2) |
| OKLCH | oklch(0.927 0.013 329.6) |
Copy-ready code
/* CSS */
color: #ece4eb;
background-color: #ece4eb;
/* Tailwind (arbitrary) */
class="text-[#ece4eb] bg-[#ece4eb]"
/* SCSS */
$brand: #ece4eb;
/* SwiftUI */
Color(red: 0.925, green: 0.894, blue: 0.922)
/* Android */
Color.parseColor("#ece4eb")Accessibility — WCAG contrast
Aa
#ece4eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece4eb on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green89.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow0.4%
Key (black)7.5%
Color previews
#ece4eb text on a black background
contrast 16.86:1
Card sample
#ece4eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece4eb;
Background color
Panel with #ece4eb background
background-color: #ece4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 228, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 228, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece4eb; background: linear-gradient(135deg, #ece4eb, #ECE4E6);