#eaf4eb
a pale, soft green · cool · closest name: ivory
RGB
234, 244, 235
HSL
126°, 31%, 94%
CMYK
4, 0, 4, 4
Luminance
0.8819
Every format
| HEX | #eaf4eb |
| RGB | rgb(234, 244, 235) |
| HSL | hsl(126, 31%, 94%) |
| CMYK | cmyk(4%, 0%, 4%, 4%) |
| LAB | lab(95.2 -4.9 3.2) |
| LCH | lch(95.2 5.8 147.1) |
| OKLCH | oklch(0.957 0.016 148.4) |
Copy-ready code
/* CSS */
color: #eaf4eb;
background-color: #eaf4eb;
/* Tailwind (arbitrary) */
class="text-[#eaf4eb] bg-[#eaf4eb]"
/* SCSS */
$brand: #eaf4eb;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#eaf4eb")Accessibility — WCAG contrast
Aa
#eaf4eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf4eb on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue92.2%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#eaf4eb text on a black background
contrast 18.64:1
Card sample
#eaf4eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf4eb;
Background color
Panel with #eaf4eb background
background-color: #eaf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf4eb; background: linear-gradient(135deg, #eaf4eb, #EAF4F2);