#eaf8eb
a pale, vivid green · cool · closest name: ivory
RGB
234, 248, 235
HSL
124°, 50%, 95%
CMYK
6, 0, 5, 3
Luminance
0.9063
Every format
| HEX | #eaf8eb |
| RGB | rgb(234, 248, 235) |
| HSL | hsl(124, 50%, 95%) |
| CMYK | cmyk(6%, 0%, 5%, 3%) |
| LAB | lab(96.3 -6.9 4.7) |
| LCH | lch(96.3 8.3 146.1) |
| OKLCH | oklch(0.965 0.023 147.5) |
Copy-ready code
/* CSS */
color: #eaf8eb;
background-color: #eaf8eb;
/* Tailwind (arbitrary) */
class="text-[#eaf8eb] bg-[#eaf8eb]"
/* SCSS */
$brand: #eaf8eb;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#eaf8eb")Accessibility — WCAG contrast
Aa
#eaf8eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf8eb on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue92.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#eaf8eb text on a black background
contrast 19.13:1
Card sample
#eaf8eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf8eb;
Background color
Panel with #eaf8eb background
background-color: #eaf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf8eb; background: linear-gradient(135deg, #eaf8eb, #EAF8F4);