#eaf2eb
a pale, soft green · cool · closest name: ivory
RGB
234, 242, 235
HSL
128°, 24%, 93%
CMYK
3, 0, 3, 5
Luminance
0.8699
Every format
| HEX | #eaf2eb |
| RGB | rgb(234, 242, 235) |
| HSL | hsl(128, 24%, 93%) |
| CMYK | cmyk(3%, 0%, 3%, 5%) |
| LAB | lab(94.7 -3.9 2.5) |
| LCH | lch(94.7 4.6 147.9) |
| OKLCH | oklch(0.953 0.013 149.2) |
Copy-ready code
/* CSS */
color: #eaf2eb;
background-color: #eaf2eb;
/* Tailwind (arbitrary) */
class="text-[#eaf2eb] bg-[#eaf2eb]"
/* SCSS */
$brand: #eaf2eb;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#eaf2eb")Accessibility — WCAG contrast
Aa
#eaf2eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2eb on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue92.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#eaf2eb text on a black background
contrast 18.40:1
Card sample
#eaf2eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2eb;
Background color
Panel with #eaf2eb background
background-color: #eaf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2eb; background: linear-gradient(135deg, #eaf2eb, #EAF2F0);