#eafbf2
a pale, vivid green · cool · closest name: ivory
RGB
234, 251, 242
HSL
148°, 68%, 95%
CMYK
7, 0, 4, 2
Luminance
0.9290
Every format
| HEX | #eafbf2 |
| RGB | rgb(234, 251, 242) |
| HSL | hsl(148, 68%, 95%) |
| CMYK | cmyk(7%, 0%, 4%, 2%) |
| LAB | lab(97.2 -7.2 2.4) |
| LCH | lch(97.2 7.6 161.5) |
| OKLCH | oklch(0.973 0.021 163.1) |
Copy-ready code
/* CSS */
color: #eafbf2;
background-color: #eafbf2;
/* Tailwind (arbitrary) */
class="text-[#eafbf2] bg-[#eafbf2]"
/* SCSS */
$brand: #eafbf2;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#eafbf2")Accessibility — WCAG contrast
Aa
#eafbf2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbf2 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue94.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#eafbf2 text on a black background
contrast 19.58:1
Card sample
#eafbf2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbf2;
Background color
Panel with #eafbf2 background
background-color: #eafbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbf2; background: linear-gradient(135deg, #eafbf2, #EAF9FB);