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