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