#edf8ee
a pale, soft green · cool · closest name: ivory
RGB
237, 248, 238
HSL
126°, 44%, 95%
CMYK
4, 0, 4, 3
Luminance
0.9131
Every format
| HEX | #edf8ee |
| RGB | rgb(237, 248, 238) |
| HSL | hsl(126, 44%, 95%) |
| CMYK | cmyk(4%, 0%, 4%, 3%) |
| LAB | lab(96.5 -5.4 3.5) |
| LCH | lch(96.5 6.5 146.8) |
| OKLCH | oklch(0.968 0.018 148.1) |
Copy-ready code
/* CSS */
color: #edf8ee;
background-color: #edf8ee;
/* Tailwind (arbitrary) */
class="text-[#edf8ee] bg-[#edf8ee]"
/* SCSS */
$brand: #edf8ee;
/* SwiftUI */
Color(red: 0.929, green: 0.973, blue: 0.933)
/* Android */
Color.parseColor("#edf8ee")Accessibility — WCAG contrast
Aa
#edf8ee on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf8ee on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green97.3%
Blue93.3%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow4.0%
Key (black)2.7%
Color previews
#edf8ee text on a black background
contrast 19.26:1
Card sample
#edf8ee text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf8ee;
Background color
Panel with #edf8ee background
background-color: #edf8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 248, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 248, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf8ee; background: linear-gradient(135deg, #edf8ee, #EDF8F5);