#e2fdba
a pale, electric green · cool · closest name: khaki
RGB
226, 253, 186
HSL
84°, 94%, 86%
CMYK
11, 0, 27, 1
Luminance
0.8996
Every format
| HEX | #e2fdba |
| RGB | rgb(226, 253, 186) |
| HSL | hsl(84, 94%, 86%) |
| CMYK | cmyk(11%, 0%, 27%, 1%) |
| LAB | lab(96.0 -19.9 29.3) |
| LCH | lch(96.0 35.4 124.3) |
| OKLCH | oklch(0.958 0.091 125.9) |
Copy-ready code
/* CSS */
color: #e2fdba;
background-color: #e2fdba;
/* Tailwind (arbitrary) */
class="text-[#e2fdba] bg-[#e2fdba]"
/* SCSS */
$brand: #e2fdba;
/* SwiftUI */
Color(red: 0.886, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#e2fdba")Accessibility — WCAG contrast
Aa
#e2fdba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fdba on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.2%
Blue72.9%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#e2fdba text on a black background
contrast 18.99:1
Card sample
#e2fdba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fdba;
Background color
Panel with #e2fdba background
background-color: #e2fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fdba; background: linear-gradient(135deg, #e2fdba, #BAFDBF);