#ecf9b0
a light, electric green · cool · closest name: khaki
RGB
236, 249, 176
HSL
71°, 86%, 83%
CMYK
5, 0, 29, 2
Luminance
0.8872
Every format
| HEX | #ecf9b0 |
| RGB | rgb(236, 249, 176) |
| HSL | hsl(71, 86%, 83%) |
| CMYK | cmyk(5%, 0%, 29%, 2%) |
| LAB | lab(95.5 -15.7 33.7) |
| LCH | lch(95.5 37.2 115.0) |
| OKLCH | oklch(0.955 0.094 116.4) |
Copy-ready code
/* CSS */
color: #ecf9b0;
background-color: #ecf9b0;
/* Tailwind (arbitrary) */
class="text-[#ecf9b0] bg-[#ecf9b0]"
/* SCSS */
$brand: #ecf9b0;
/* SwiftUI */
Color(red: 0.925, green: 0.976, blue: 0.690)
/* Android */
Color.parseColor("#ecf9b0")Accessibility — WCAG contrast
Aa
#ecf9b0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf9b0 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.6%
Blue69.0%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow29.3%
Key (black)2.4%
Color previews
#ecf9b0 text on a black background
contrast 18.74:1
Card sample
#ecf9b0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf9b0;
Background color
Panel with #ecf9b0 background
background-color: #ecf9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 249, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 249, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf9b0; background: linear-gradient(135deg, #ecf9b0, #BBF9B0);