#e8fdba
a pale, electric green · cool · closest name: khaki
RGB
232, 253, 186
HSL
79°, 94%, 86%
CMYK
8, 0, 27, 1
Luminance
0.9095
Every format
| HEX | #e8fdba |
| RGB | rgb(232, 253, 186) |
| HSL | hsl(79, 94%, 86%) |
| CMYK | cmyk(8%, 0%, 27%, 1%) |
| LAB | lab(96.4 -17.8 29.9) |
| LCH | lch(96.4 34.8 120.8) |
| OKLCH | oklch(0.963 0.089 122.2) |
Copy-ready code
/* CSS */
color: #e8fdba;
background-color: #e8fdba;
/* Tailwind (arbitrary) */
class="text-[#e8fdba] bg-[#e8fdba]"
/* SCSS */
$brand: #e8fdba;
/* SwiftUI */
Color(red: 0.910, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#e8fdba")Accessibility — WCAG contrast
Aa
#e8fdba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8fdba on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#e8fdba text on a black background
contrast 19.19:1
Card sample
#e8fdba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8fdba;
Background color
Panel with #e8fdba background
background-color: #e8fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8fdba; background: linear-gradient(135deg, #e8fdba, #BBFDBA);