#eaf7ee
a pale, soft green · cool · closest name: ivory
RGB
234, 247, 238
HSL
139°, 45%, 94%
CMYK
5, 0, 4, 3
Luminance
0.9019
Every format
| HEX | #eaf7ee |
| RGB | rgb(234, 247, 238) |
| HSL | hsl(139, 45%, 94%) |
| CMYK | cmyk(5%, 0%, 4%, 3%) |
| LAB | lab(96.1 -5.9 2.8) |
| LCH | lch(96.1 6.5 154.3) |
| OKLCH | oklch(0.964 0.018 155.8) |
Copy-ready code
/* CSS */
color: #eaf7ee;
background-color: #eaf7ee;
/* Tailwind (arbitrary) */
class="text-[#eaf7ee] bg-[#eaf7ee]"
/* SCSS */
$brand: #eaf7ee;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.933)
/* Android */
Color.parseColor("#eaf7ee")Accessibility — WCAG contrast
Aa
#eaf7ee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7ee on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue93.3%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow3.6%
Key (black)3.1%
Color previews
#eaf7ee text on a black background
contrast 19.04:1
Card sample
#eaf7ee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7ee;
Background color
Panel with #eaf7ee background
background-color: #eaf7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7ee; background: linear-gradient(135deg, #eaf7ee, #EAF7F7);