#e4fdba
a pale, electric green · cool · closest name: khaki
RGB
228, 253, 186
HSL
82°, 94%, 86%
CMYK
10, 0, 27, 1
Luminance
0.9029
Every format
| HEX | #e4fdba |
| RGB | rgb(228, 253, 186) |
| HSL | hsl(82, 94%, 86%) |
| CMYK | cmyk(10%, 0%, 27%, 1%) |
| LAB | lab(96.1 -19.2 29.5) |
| LCH | lch(96.1 35.2 123.1) |
| OKLCH | oklch(0.960 0.090 124.7) |
Copy-ready code
/* CSS */
color: #e4fdba;
background-color: #e4fdba;
/* Tailwind (arbitrary) */
class="text-[#e4fdba] bg-[#e4fdba]"
/* SCSS */
$brand: #e4fdba;
/* SwiftUI */
Color(red: 0.894, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#e4fdba")Accessibility — WCAG contrast
Aa
#e4fdba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fdba on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green99.2%
Blue72.9%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#e4fdba text on a black background
contrast 19.06:1
Card sample
#e4fdba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fdba;
Background color
Panel with #e4fdba background
background-color: #e4fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fdba; background: linear-gradient(135deg, #e4fdba, #BAFDBD);