#e4fbaf
a light, electric green · cool · closest name: khaki
RGB
228, 251, 175
HSL
78°, 91%, 84%
CMYK
9, 0, 30, 2
Luminance
0.8858
Every format
| HEX | #e4fbaf |
| RGB | rgb(228, 251, 175) |
| HSL | hsl(78, 91%, 84%) |
| CMYK | cmyk(9%, 0%, 30%, 2%) |
| LAB | lab(95.4 -19.8 34.0) |
| LCH | lch(95.4 39.4 120.1) |
| OKLCH | oklch(0.953 0.100 122.0) |
Copy-ready code
/* CSS */
color: #e4fbaf;
background-color: #e4fbaf;
/* Tailwind (arbitrary) */
class="text-[#e4fbaf] bg-[#e4fbaf]"
/* SCSS */
$brand: #e4fbaf;
/* SwiftUI */
Color(red: 0.894, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#e4fbaf")Accessibility — WCAG contrast
Aa
#e4fbaf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fbaf on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.4%
Blue68.6%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#e4fbaf text on a black background
contrast 18.72:1
Card sample
#e4fbaf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fbaf;
Background color
Panel with #e4fbaf background
background-color: #e4fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fbaf; background: linear-gradient(135deg, #e4fbaf, #B1FBAF);