#e2edd0
a pale, soft green · cool · closest name: beige
RGB
226, 237, 208
HSL
83°, 45%, 87%
CMYK
5, 0, 12, 7
Luminance
0.8129
Every format
| HEX | #e2edd0 |
| RGB | rgb(226, 237, 208) |
| HSL | hsl(83, 45%, 87%) |
| CMYK | cmyk(5%, 0%, 12%, 7%) |
| LAB | lab(92.3 -8.7 12.8) |
| LCH | lch(92.3 15.5 124.1) |
| OKLCH | oklch(0.930 0.040 124.1) |
Copy-ready code
/* CSS */
color: #e2edd0;
background-color: #e2edd0;
/* Tailwind (arbitrary) */
class="text-[#e2edd0] bg-[#e2edd0]"
/* SCSS */
$brand: #e2edd0;
/* SwiftUI */
Color(red: 0.886, green: 0.929, blue: 0.816)
/* Android */
Color.parseColor("#e2edd0")Accessibility — WCAG contrast
Aa
#e2edd0 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2edd0 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.9%
Blue81.6%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow12.2%
Key (black)7.1%
Color previews
#e2edd0 text on a black background
contrast 17.26:1
Card sample
#e2edd0 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2edd0;
Background color
Panel with #e2edd0 background
background-color: #e2edd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2edd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 237, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 237, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2edd0; background: linear-gradient(135deg, #e2edd0, #D0EDD2);