#eaf3eb
a pale, soft green · cool · closest name: ivory
RGB
234, 243, 235
HSL
127°, 27%, 94%
CMYK
4, 0, 3, 5
Luminance
0.8759
Every format
| HEX | #eaf3eb |
| RGB | rgb(234, 243, 235) |
| HSL | hsl(127, 27%, 94%) |
| CMYK | cmyk(4%, 0%, 3%, 5%) |
| LAB | lab(95.0 -4.4 2.8) |
| LCH | lch(95.0 5.2 147.3) |
| OKLCH | oklch(0.955 0.014 148.8) |
Copy-ready code
/* CSS */
color: #eaf3eb;
background-color: #eaf3eb;
/* Tailwind (arbitrary) */
class="text-[#eaf3eb] bg-[#eaf3eb]"
/* SCSS */
$brand: #eaf3eb;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#eaf3eb")Accessibility — WCAG contrast
Aa
#eaf3eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3eb on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue92.2%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#eaf3eb text on a black background
contrast 18.52:1
Card sample
#eaf3eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3eb;
Background color
Panel with #eaf3eb background
background-color: #eaf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3eb; background: linear-gradient(135deg, #eaf3eb, #EAF3F1);