#e8edd0
a pale, soft green · cool · closest name: beige
RGB
232, 237, 208
HSL
70°, 45%, 87%
CMYK
2, 0, 12, 7
Luminance
0.8228
Every format
| HEX | #e8edd0 |
| RGB | rgb(232, 237, 208) |
| HSL | hsl(70, 45%, 87%) |
| CMYK | cmyk(2%, 0%, 12%, 7%) |
| LAB | lab(92.7 -6.6 13.5) |
| LCH | lch(92.7 15.0 116.1) |
| OKLCH | oklch(0.935 0.039 115.1) |
Copy-ready code
/* CSS */
color: #e8edd0;
background-color: #e8edd0;
/* Tailwind (arbitrary) */
class="text-[#e8edd0] bg-[#e8edd0]"
/* SCSS */
$brand: #e8edd0;
/* SwiftUI */
Color(red: 0.910, green: 0.929, blue: 0.816)
/* Android */
Color.parseColor("#e8edd0")Accessibility — WCAG contrast
Aa
#e8edd0 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8edd0 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green92.9%
Blue81.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow12.2%
Key (black)7.1%
Color previews
#e8edd0 text on a black background
contrast 17.46:1
Card sample
#e8edd0 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8edd0;
Background color
Panel with #e8edd0 background
background-color: #e8edd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8edd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 237, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 237, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8edd0; background: linear-gradient(135deg, #e8edd0, #D5EDD0);