#e9eee0
a pale, soft green · cool · closest name: beige
RGB
233, 238, 224
HSL
81°, 29%, 91%
CMYK
2, 0, 6, 7
Luminance
0.8385
Every format
| HEX | #e9eee0 |
| RGB | rgb(233, 238, 224) |
| HSL | hsl(81, 29%, 91%) |
| CMYK | cmyk(2%, 0%, 6%, 7%) |
| LAB | lab(93.4 -4.1 6.2) |
| LCH | lch(93.4 7.4 123.6) |
| OKLCH | oklch(0.942 0.019 122.8) |
Copy-ready code
/* CSS */
color: #e9eee0;
background-color: #e9eee0;
/* Tailwind (arbitrary) */
class="text-[#e9eee0] bg-[#e9eee0]"
/* SCSS */
$brand: #e9eee0;
/* SwiftUI */
Color(red: 0.914, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#e9eee0")Accessibility — WCAG contrast
Aa
#e9eee0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9eee0 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green93.3%
Blue87.8%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#e9eee0 text on a black background
contrast 17.77:1
Card sample
#e9eee0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9eee0;
Background color
Panel with #e9eee0 background
background-color: #e9eee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9eee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9eee0; background: linear-gradient(135deg, #e9eee0, #E0EEE0);