#ecfeba
a pale, electric green · cool · closest name: khaki
RGB
236, 254, 186
HSL
76°, 97%, 86%
CMYK
7, 0, 27, 0
Luminance
0.9226
Every format
| HEX | #ecfeba |
| RGB | rgb(236, 254, 186) |
| HSL | hsl(76, 97%, 86%) |
| CMYK | cmyk(7%, 0%, 27%, 0%) |
| LAB | lab(96.9 -16.9 30.6) |
| LCH | lch(96.9 35.0 118.8) |
| OKLCH | oklch(0.968 0.089 120.1) |
Copy-ready code
/* CSS */
color: #ecfeba;
background-color: #ecfeba;
/* Tailwind (arbitrary) */
class="text-[#ecfeba] bg-[#ecfeba]"
/* SCSS */
$brand: #ecfeba;
/* SwiftUI */
Color(red: 0.925, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#ecfeba")Accessibility — WCAG contrast
Aa
#ecfeba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfeba on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.6%
Blue72.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#ecfeba text on a black background
contrast 19.45:1
Card sample
#ecfeba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfeba;
Background color
Panel with #ecfeba background
background-color: #ecfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfeba; background: linear-gradient(135deg, #ecfeba, #BFFEBA);