#eafabf
a pale, electric green · cool · closest name: beige
RGB
234, 250, 191
HSL
76°, 86%, 87%
CMYK
6, 0, 24, 2
Luminance
0.8963
Every format
| HEX | #eafabf |
| RGB | rgb(234, 250, 191) |
| HSL | hsl(76, 86%, 87%) |
| CMYK | cmyk(6%, 0%, 24%, 2%) |
| LAB | lab(95.8 -14.9 26.6) |
| LCH | lch(95.8 30.5 119.3) |
| OKLCH | oklch(0.959 0.078 120.2) |
Copy-ready code
/* CSS */
color: #eafabf;
background-color: #eafabf;
/* Tailwind (arbitrary) */
class="text-[#eafabf] bg-[#eafabf]"
/* SCSS */
$brand: #eafabf;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#eafabf")Accessibility — WCAG contrast
Aa
#eafabf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafabf on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue74.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#eafabf text on a black background
contrast 18.93:1
Card sample
#eafabf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafabf;
Background color
Panel with #eafabf background
background-color: #eafabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafabf; background: linear-gradient(135deg, #eafabf, #C3FABF);