#eafcf2
a pale, electric green · cool · closest name: ivory
RGB
234, 252, 242
HSL
147°, 75%, 95%
CMYK
7, 0, 4, 1
Luminance
0.9352
Every format
| HEX | #eafcf2 |
| RGB | rgb(234, 252, 242) |
| HSL | hsl(147, 75%, 95%) |
| CMYK | cmyk(7%, 0%, 4%, 1%) |
| LAB | lab(97.4 -7.7 2.8) |
| LCH | lch(97.4 8.2 160.2) |
| OKLCH | oklch(0.975 0.023 161.8) |
Copy-ready code
/* CSS */
color: #eafcf2;
background-color: #eafcf2;
/* Tailwind (arbitrary) */
class="text-[#eafcf2] bg-[#eafcf2]"
/* SCSS */
$brand: #eafcf2;
/* SwiftUI */
Color(red: 0.918, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#eafcf2")Accessibility — WCAG contrast
Aa
#eafcf2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafcf2 on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.8%
Blue94.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#eafcf2 text on a black background
contrast 19.70:1
Card sample
#eafcf2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafcf2;
Background color
Panel with #eafcf2 background
background-color: #eafcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafcf2; background: linear-gradient(135deg, #eafcf2, #EAFAFC);