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