#ecfaba
a pale, electric green · cool · closest name: khaki
RGB
236, 250, 186
HSL
73°, 87%, 86%
CMYK
6, 0, 26, 2
Luminance
0.8975
Every format
| HEX | #ecfaba |
| RGB | rgb(236, 250, 186) |
| HSL | hsl(73, 87%, 86%) |
| CMYK | cmyk(6%, 0%, 26%, 2%) |
| LAB | lab(95.9 -14.9 29.2) |
| LCH | lch(95.9 32.8 117.0) |
| OKLCH | oklch(0.959 0.084 118.0) |
Copy-ready code
/* CSS */
color: #ecfaba;
background-color: #ecfaba;
/* Tailwind (arbitrary) */
class="text-[#ecfaba] bg-[#ecfaba]"
/* SCSS */
$brand: #ecfaba;
/* SwiftUI */
Color(red: 0.925, green: 0.980, blue: 0.729)
/* Android */
Color.parseColor("#ecfaba")Accessibility — WCAG contrast
Aa
#ecfaba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfaba on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.0%
Blue72.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow25.6%
Key (black)2.0%
Color previews
#ecfaba text on a black background
contrast 18.95:1
Card sample
#ecfaba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfaba;
Background color
Panel with #ecfaba background
background-color: #ecfaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 250, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 250, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfaba; background: linear-gradient(135deg, #ecfaba, #C1FABA);