#e1eedd
a pale, soft green · cool · closest name: beige
RGB
225, 238, 221
HSL
106°, 33%, 90%
CMYK
6, 0, 7, 7
Luminance
0.8238
Every format
| HEX | #e1eedd |
| RGB | rgb(225, 238, 221) |
| HSL | hsl(106, 33%, 90%) |
| CMYK | cmyk(6%, 0%, 7%, 7%) |
| LAB | lab(92.7 -7.3 6.7) |
| LCH | lch(92.7 10.0 137.4) |
| OKLCH | oklch(0.935 0.026 138.3) |
Copy-ready code
/* CSS */
color: #e1eedd;
background-color: #e1eedd;
/* Tailwind (arbitrary) */
class="text-[#e1eedd] bg-[#e1eedd]"
/* SCSS */
$brand: #e1eedd;
/* SwiftUI */
Color(red: 0.882, green: 0.933, blue: 0.867)
/* Android */
Color.parseColor("#e1eedd")Accessibility — WCAG contrast
Aa
#e1eedd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1eedd on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green93.3%
Blue86.7%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow7.1%
Key (black)6.7%
Color previews
#e1eedd text on a black background
contrast 17.48:1
Card sample
#e1eedd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1eedd;
Background color
Panel with #e1eedd background
background-color: #e1eedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1eedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 238, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 238, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1eedd; background: linear-gradient(135deg, #e1eedd, #DDEEE4);