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