#e1e9da
a pale, soft green · cool · closest name: beige
RGB
225, 233, 218
HSL
92°, 25%, 88%
CMYK
3, 0, 6, 9
Luminance
0.7935
Every format
| HEX | #e1e9da |
| RGB | rgb(225, 233, 218) |
| HSL | hsl(92, 25%, 88%) |
| CMYK | cmyk(3%, 0%, 6%, 9%) |
| LAB | lab(91.4 -5.3 6.4) |
| LCH | lch(91.4 8.3 130.0) |
| OKLCH | oklch(0.924 0.022 130.0) |
Copy-ready code
/* CSS */
color: #e1e9da;
background-color: #e1e9da;
/* Tailwind (arbitrary) */
class="text-[#e1e9da] bg-[#e1e9da]"
/* SCSS */
$brand: #e1e9da;
/* SwiftUI */
Color(red: 0.882, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#e1e9da")Accessibility — WCAG contrast
Aa
#e1e9da on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1e9da on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green91.4%
Blue85.5%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#e1e9da text on a black background
contrast 16.87:1
Card sample
#e1e9da text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1e9da;
Background color
Panel with #e1e9da background
background-color: #e1e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1e9da; background: linear-gradient(135deg, #e1e9da, #DAE9DD);