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