#ece2eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 226, 235
HSL
306°, 21%, 91%
CMYK
0, 4, 0, 8
Luminance
0.7822
Every format
| HEX | #ece2eb |
| RGB | rgb(236, 226, 235) |
| HSL | hsl(306, 21%, 91%) |
| CMYK | cmyk(0%, 4%, 0%, 8%) |
| LAB | lab(90.9 5.0 -3.2) |
| LCH | lch(90.9 5.9 327.6) |
| OKLCH | oklch(0.923 0.016 328.8) |
Copy-ready code
/* CSS */
color: #ece2eb;
background-color: #ece2eb;
/* Tailwind (arbitrary) */
class="text-[#ece2eb] bg-[#ece2eb]"
/* SCSS */
$brand: #ece2eb;
/* SwiftUI */
Color(red: 0.925, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#ece2eb")Accessibility — WCAG contrast
Aa
#ece2eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece2eb on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green88.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow0.4%
Key (black)7.5%
Color previews
#ece2eb text on a black background
contrast 16.64:1
Card sample
#ece2eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece2eb;
Background color
Panel with #ece2eb background
background-color: #ece2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece2eb; background: linear-gradient(135deg, #ece2eb, #ECE2E4);