#e9fdbb
a pale, electric green · cool · closest name: khaki
RGB
233, 253, 187
HSL
78°, 94%, 86%
CMYK
8, 0, 26, 1
Luminance
0.9116
Every format
| HEX | #e9fdbb |
| RGB | rgb(233, 253, 187) |
| HSL | hsl(78, 94%, 86%) |
| CMYK | cmyk(8%, 0%, 26%, 1%) |
| LAB | lab(96.5 -17.3 29.5) |
| LCH | lch(96.5 34.2 120.4) |
| OKLCH | oklch(0.964 0.088 121.7) |
Copy-ready code
/* CSS */
color: #e9fdbb;
background-color: #e9fdbb;
/* Tailwind (arbitrary) */
class="text-[#e9fdbb] bg-[#e9fdbb]"
/* SCSS */
$brand: #e9fdbb;
/* SwiftUI */
Color(red: 0.914, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#e9fdbb")Accessibility — WCAG contrast
Aa
#e9fdbb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fdbb on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green99.2%
Blue73.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#e9fdbb text on a black background
contrast 19.23:1
Card sample
#e9fdbb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fdbb;
Background color
Panel with #e9fdbb background
background-color: #e9fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fdbb; background: linear-gradient(135deg, #e9fdbb, #BDFDBB);