#e8eee1
a pale, soft green · cool · closest name: ivory
RGB
232, 238, 225
HSL
88°, 28%, 91%
CMYK
3, 0, 6, 7
Luminance
0.8374
Every format
| HEX | #e8eee1 |
| RGB | rgb(232, 238, 225) |
| HSL | hsl(88, 28%, 91%) |
| CMYK | cmyk(3%, 0%, 6%, 7%) |
| LAB | lab(93.3 -4.3 5.6) |
| LCH | lch(93.3 7.0 127.5) |
| OKLCH | oklch(0.941 0.018 127.1) |
Copy-ready code
/* CSS */
color: #e8eee1;
background-color: #e8eee1;
/* Tailwind (arbitrary) */
class="text-[#e8eee1] bg-[#e8eee1]"
/* SCSS */
$brand: #e8eee1;
/* SwiftUI */
Color(red: 0.910, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#e8eee1")Accessibility — WCAG contrast
Aa
#e8eee1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8eee1 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green93.3%
Blue88.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#e8eee1 text on a black background
contrast 17.75:1
Card sample
#e8eee1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8eee1;
Background color
Panel with #e8eee1 background
background-color: #e8eee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8eee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8eee1; background: linear-gradient(135deg, #e8eee1, #E1EEE3);