#eaffc4
a pale, electric green · cool · closest name: beige
RGB
234, 255, 196
HSL
81°, 100%, 88%
CMYK
8, 0, 23, 0
Luminance
0.9300
Every format
| HEX | #eaffc4 |
| RGB | rgb(234, 255, 196) |
| HSL | hsl(81, 100%, 88%) |
| CMYK | cmyk(8%, 0%, 23%, 0%) |
| LAB | lab(97.2 -16.6 26.0) |
| LCH | lch(97.2 30.9 122.6) |
| OKLCH | oklch(0.970 0.080 123.8) |
Copy-ready code
/* CSS */
color: #eaffc4;
background-color: #eaffc4;
/* Tailwind (arbitrary) */
class="text-[#eaffc4] bg-[#eaffc4]"
/* SCSS */
$brand: #eaffc4;
/* SwiftUI */
Color(red: 0.918, green: 1.000, blue: 0.769)
/* Android */
Color.parseColor("#eaffc4")Accessibility — WCAG contrast
Aa
#eaffc4 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaffc4 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green100.0%
Blue76.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow23.1%
Key (black)0.0%
Color previews
#eaffc4 text on a black background
contrast 19.60:1
Card sample
#eaffc4 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaffc4;
Background color
Panel with #eaffc4 background
background-color: #eaffc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaffc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 255, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 255, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaffc4; background: linear-gradient(135deg, #eaffc4, #C4FFC5);