#eceee4
a pale, soft green · cool · closest name: ivory
RGB
236, 238, 228
HSL
72°, 23%, 91%
CMYK
1, 0, 4, 7
Luminance
0.8458
Every format
| HEX | #eceee4 |
| RGB | rgb(236, 238, 228) |
| HSL | hsl(72, 23%, 91%) |
| CMYK | cmyk(1%, 0%, 4%, 7%) |
| LAB | lab(93.7 -2.4 4.6) |
| LCH | lch(93.7 5.2 117.7) |
| OKLCH | oklch(0.945 0.013 115.8) |
Copy-ready code
/* CSS */
color: #eceee4;
background-color: #eceee4;
/* Tailwind (arbitrary) */
class="text-[#eceee4] bg-[#eceee4]"
/* SCSS */
$brand: #eceee4;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#eceee4")Accessibility — WCAG contrast
Aa
#eceee4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceee4 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue89.4%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow4.2%
Key (black)6.7%
Color previews
#eceee4 text on a black background
contrast 17.92:1
Card sample
#eceee4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceee4;
Background color
Panel with #eceee4 background
background-color: #eceee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceee4; background: linear-gradient(135deg, #eceee4, #E5EEE4);