#eaffea
a pale, electric green · cool · closest name: beige
RGB
234, 255, 234
HSL
120°, 100%, 96%
CMYK
8, 0, 8, 0
Luminance
0.9495
Every format
| HEX | #eaffea |
| RGB | rgb(234, 255, 234) |
| HSL | hsl(120, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 8%, 0%) |
| LAB | lab(98.0 -10.6 7.7) |
| LCH | lch(98.0 13.1 143.9) |
| OKLCH | oklch(0.979 0.035 145.3) |
Copy-ready code
/* CSS */
color: #eaffea;
background-color: #eaffea;
/* Tailwind (arbitrary) */
class="text-[#eaffea] bg-[#eaffea]"
/* SCSS */
$brand: #eaffea;
/* SwiftUI */
Color(red: 0.918, green: 1.000, blue: 0.918)
/* Android */
Color.parseColor("#eaffea")Accessibility — WCAG contrast
Aa
#eaffea on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaffea on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green100.0%
Blue91.8%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow8.2%
Key (black)0.0%
Color previews
#eaffea text on a black background
contrast 19.99:1
Card sample
#eaffea text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaffea;
Background color
Panel with #eaffea background
background-color: #eaffea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaffea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 255, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 255, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaffea; background: linear-gradient(135deg, #eaffea, #EAFFF8);