#eceee8
a pale, soft green · cool · closest name: white
RGB
236, 238, 232
HSL
80°, 15%, 92%
CMYK
1, 0, 3, 7
Luminance
0.8481
Every format
| HEX | #eceee8 |
| RGB | rgb(236, 238, 232) |
| HSL | hsl(80, 15%, 92%) |
| CMYK | cmyk(1%, 0%, 3%, 7%) |
| LAB | lab(93.8 -1.7 2.7) |
| LCH | lch(93.8 3.2 122.9) |
| OKLCH | oklch(0.946 0.008 121.6) |
Copy-ready code
/* CSS */
color: #eceee8;
background-color: #eceee8;
/* Tailwind (arbitrary) */
class="text-[#eceee8] bg-[#eceee8]"
/* SCSS */
$brand: #eceee8;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#eceee8")Accessibility — WCAG contrast
Aa
#eceee8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceee8 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue91.0%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#eceee8 text on a black background
contrast 17.96:1
Card sample
#eceee8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceee8;
Background color
Panel with #eceee8 background
background-color: #eceee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceee8; background: linear-gradient(135deg, #eceee8, #E8EEE8);