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