#ecf9b3
a light, electric green · cool · closest name: khaki
RGB
236, 249, 179
HSL
71°, 85%, 84%
CMYK
5, 0, 28, 2
Luminance
0.8884
Every format
| HEX | #ecf9b3 |
| RGB | rgb(236, 249, 179) |
| HSL | hsl(71, 85%, 84%) |
| CMYK | cmyk(5%, 0%, 28%, 2%) |
| LAB | lab(95.5 -15.3 32.3) |
| LCH | lch(95.5 35.7 115.4) |
| OKLCH | oklch(0.956 0.091 116.7) |
Copy-ready code
/* CSS */
color: #ecf9b3;
background-color: #ecf9b3;
/* Tailwind (arbitrary) */
class="text-[#ecf9b3] bg-[#ecf9b3]"
/* SCSS */
$brand: #ecf9b3;
/* SwiftUI */
Color(red: 0.925, green: 0.976, blue: 0.702)
/* Android */
Color.parseColor("#ecf9b3")Accessibility — WCAG contrast
Aa
#ecf9b3 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf9b3 on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.6%
Blue70.2%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow28.1%
Key (black)2.4%
Color previews
#ecf9b3 text on a black background
contrast 18.77:1
Card sample
#ecf9b3 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf9b3;
Background color
Panel with #ecf9b3 background
background-color: #ecf9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 249, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 249, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf9b3; background: linear-gradient(135deg, #ecf9b3, #BDF9B3);