#e4eee7
a pale, soft green · cool · closest name: ivory
RGB
228, 238, 231
HSL
138°, 23%, 91%
CMYK
4, 0, 3, 7
Luminance
0.8341
Every format
| HEX | #e4eee7 |
| RGB | rgb(228, 238, 231) |
| HSL | hsl(138, 23%, 91%) |
| CMYK | cmyk(4%, 0%, 3%, 7%) |
| LAB | lab(93.2 -4.6 2.2) |
| LCH | lch(93.2 5.1 154.0) |
| OKLCH | oklch(0.940 0.014 155.6) |
Copy-ready code
/* CSS */
color: #e4eee7;
background-color: #e4eee7;
/* Tailwind (arbitrary) */
class="text-[#e4eee7] bg-[#e4eee7]"
/* SCSS */
$brand: #e4eee7;
/* SwiftUI */
Color(red: 0.894, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#e4eee7")Accessibility — WCAG contrast
Aa
#e4eee7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4eee7 on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green93.3%
Blue90.6%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#e4eee7 text on a black background
contrast 17.68:1
Card sample
#e4eee7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4eee7;
Background color
Panel with #e4eee7 background
background-color: #e4eee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4eee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4eee7; background: linear-gradient(135deg, #e4eee7, #E4EEEE);