#ece7eb
a pale, muted magenta / pink · warm · closest name: white
RGB
236, 231, 235
HSL
312°, 12%, 92%
CMYK
0, 2, 0, 8
Luminance
0.8098
Every format
| HEX | #ece7eb |
| RGB | rgb(236, 231, 235) |
| HSL | hsl(312, 12%, 92%) |
| CMYK | cmyk(0%, 2%, 0%, 8%) |
| LAB | lab(92.1 2.4 -1.3) |
| LCH | lch(92.1 2.7 330.7) |
| OKLCH | oklch(0.933 0.008 332.1) |
Copy-ready code
/* CSS */
color: #ece7eb;
background-color: #ece7eb;
/* Tailwind (arbitrary) */
class="text-[#ece7eb] bg-[#ece7eb]"
/* SCSS */
$brand: #ece7eb;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#ece7eb")Accessibility — WCAG contrast
Aa
#ece7eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7eb on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow0.4%
Key (black)7.5%
Color previews
#ece7eb text on a black background
contrast 17.20:1
Card sample
#ece7eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7eb;
Background color
Panel with #ece7eb background
background-color: #ece7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7eb; background: linear-gradient(135deg, #ece7eb, #ECE7E8);