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