#ecfbae
a light, electric green · cool · closest name: khaki
RGB
236, 251, 174
HSL
72°, 91%, 83%
CMYK
6, 0, 31, 2
Luminance
0.8988
Every format
| HEX | #ecfbae |
| RGB | rgb(236, 251, 174) |
| HSL | hsl(72, 91%, 83%) |
| CMYK | cmyk(6%, 0%, 31%, 2%) |
| LAB | lab(96.0 -17.0 35.4) |
| LCH | lch(96.0 39.2 115.7) |
| OKLCH | oklch(0.959 0.099 117.3) |
Copy-ready code
/* CSS */
color: #ecfbae;
background-color: #ecfbae;
/* Tailwind (arbitrary) */
class="text-[#ecfbae] bg-[#ecfbae]"
/* SCSS */
$brand: #ecfbae;
/* SwiftUI */
Color(red: 0.925, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#ecfbae")Accessibility — WCAG contrast
Aa
#ecfbae on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfbae on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.4%
Blue68.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#ecfbae text on a black background
contrast 18.98:1
Card sample
#ecfbae text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfbae;
Background color
Panel with #ecfbae background
background-color: #ecfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfbae; background: linear-gradient(135deg, #ecfbae, #B9FBAE);