#e5fdbb
a pale, electric green · cool · closest name: khaki
RGB
229, 253, 187
HSL
82°, 94%, 86%
CMYK
10, 0, 26, 1
Luminance
0.9050
Every format
| HEX | #e5fdbb |
| RGB | rgb(229, 253, 187) |
| HSL | hsl(82, 94%, 86%) |
| CMYK | cmyk(10%, 0%, 26%, 1%) |
| LAB | lab(96.2 -18.7 29.1) |
| LCH | lch(96.2 34.6 122.8) |
| OKLCH | oklch(0.961 0.089 124.3) |
Copy-ready code
/* CSS */
color: #e5fdbb;
background-color: #e5fdbb;
/* Tailwind (arbitrary) */
class="text-[#e5fdbb] bg-[#e5fdbb]"
/* SCSS */
$brand: #e5fdbb;
/* SwiftUI */
Color(red: 0.898, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#e5fdbb")Accessibility — WCAG contrast
Aa
#e5fdbb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5fdbb on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green99.2%
Blue73.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#e5fdbb text on a black background
contrast 19.10:1
Card sample
#e5fdbb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5fdbb;
Background color
Panel with #e5fdbb background
background-color: #e5fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5fdbb; background: linear-gradient(135deg, #e5fdbb, #BBFDBD);