#ece9eb
a pale, muted near-white · warm · closest name: white
RGB
236, 233, 235
HSL
320°, 7%, 92%
CMYK
0, 1, 0, 8
Luminance
0.8211
Every format
| HEX | #ece9eb |
| RGB | rgb(236, 233, 235) |
| HSL | hsl(320, 7%, 92%) |
| CMYK | cmyk(0%, 1%, 0%, 8%) |
| LAB | lab(92.6 1.4 -0.6) |
| LCH | lch(92.6 1.5 335.8) |
| OKLCH | oklch(0.937 0.004 337.4) |
Copy-ready code
/* CSS */
color: #ece9eb;
background-color: #ece9eb;
/* Tailwind (arbitrary) */
class="text-[#ece9eb] bg-[#ece9eb]"
/* SCSS */
$brand: #ece9eb;
/* SwiftUI */
Color(red: 0.925, green: 0.914, blue: 0.922)
/* Android */
Color.parseColor("#ece9eb")Accessibility — WCAG contrast
Aa
#ece9eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece9eb on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow0.4%
Key (black)7.5%
Color previews
#ece9eb text on a black background
contrast 17.42:1
Card sample
#ece9eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece9eb;
Background color
Panel with #ece9eb background
background-color: #ece9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 233, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 233, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece9eb; background: linear-gradient(135deg, #ece9eb, #ECE9E9);