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