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