#eafee9
a pale, electric green · cool · closest name: beige
RGB
234, 254, 233
HSL
117°, 91%, 96%
CMYK
8, 0, 8, 0
Luminance
0.9426
Every format
| HEX | #eafee9 |
| RGB | rgb(234, 254, 233) |
| HSL | hsl(117, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 8%, 0%) |
| LAB | lab(97.7 -10.3 7.8) |
| LCH | lch(97.7 12.9 142.7) |
| OKLCH | oklch(0.977 0.035 144.0) |
Copy-ready code
/* CSS */
color: #eafee9;
background-color: #eafee9;
/* Tailwind (arbitrary) */
class="text-[#eafee9] bg-[#eafee9]"
/* SCSS */
$brand: #eafee9;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.914)
/* Android */
Color.parseColor("#eafee9")Accessibility — WCAG contrast
Aa
#eafee9 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafee9 on black: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue91.4%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow8.3%
Key (black)0.4%
Color previews
#eafee9 text on a black background
contrast 19.85:1
Card sample
#eafee9 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafee9;
Background color
Panel with #eafee9 background
background-color: #eafee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafee9; background: linear-gradient(135deg, #eafee9, #E9FEF6);