#e2eddf
a pale, soft green · cool · closest name: beige
RGB
226, 237, 223
HSL
107°, 28%, 90%
CMYK
5, 0, 6, 7
Luminance
0.8206
Every format
| HEX | #e2eddf |
| RGB | rgb(226, 237, 223) |
| HSL | hsl(107, 28%, 90%) |
| CMYK | cmyk(5%, 0%, 6%, 7%) |
| LAB | lab(92.6 -6.2 5.5) |
| LCH | lch(92.6 8.3 138.1) |
| OKLCH | oklch(0.934 0.022 139.0) |
Copy-ready code
/* CSS */
color: #e2eddf;
background-color: #e2eddf;
/* Tailwind (arbitrary) */
class="text-[#e2eddf] bg-[#e2eddf]"
/* SCSS */
$brand: #e2eddf;
/* SwiftUI */
Color(red: 0.886, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#e2eddf")Accessibility — WCAG contrast
Aa
#e2eddf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2eddf on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#e2eddf text on a black background
contrast 17.41:1
Card sample
#e2eddf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2eddf;
Background color
Panel with #e2eddf background
background-color: #e2eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2eddf; background: linear-gradient(135deg, #e2eddf, #DFEDE5);