#eaf9ea
a pale, vivid green · cool · closest name: ivory
RGB
234, 249, 234
HSL
120°, 56%, 95%
CMYK
6, 0, 6, 2
Luminance
0.9118
Every format
| HEX | #eaf9ea |
| RGB | rgb(234, 249, 234) |
| HSL | hsl(120, 56%, 95%) |
| CMYK | cmyk(6%, 0%, 6%, 2%) |
| LAB | lab(96.5 -7.6 5.5) |
| LCH | lch(96.5 9.4 144.1) |
| OKLCH | oklch(0.967 0.025 145.4) |
Copy-ready code
/* CSS */
color: #eaf9ea;
background-color: #eaf9ea;
/* Tailwind (arbitrary) */
class="text-[#eaf9ea] bg-[#eaf9ea]"
/* SCSS */
$brand: #eaf9ea;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 0.918)
/* Android */
Color.parseColor("#eaf9ea")Accessibility — WCAG contrast
Aa
#eaf9ea on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf9ea on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue91.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow6.0%
Key (black)2.4%
Color previews
#eaf9ea text on a black background
contrast 19.24:1
Card sample
#eaf9ea text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf9ea;
Background color
Panel with #eaf9ea background
background-color: #eaf9ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf9ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf9ea; background: linear-gradient(135deg, #eaf9ea, #EAF9F4);