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