#ecfc9b
a light, electric yellow · cool · closest name: khaki
RGB
236, 252, 155
HSL
70°, 94%, 80%
CMYK
6, 0, 39, 1
Luminance
0.8982
Every format
| HEX | #ecfc9b |
| RGB | rgb(236, 252, 155) |
| HSL | hsl(70, 94%, 80%) |
| CMYK | cmyk(6%, 0%, 39%, 1%) |
| LAB | lab(95.9 -19.7 44.7) |
| LCH | lch(95.9 48.9 113.8) |
| OKLCH | oklch(0.958 0.122 116.4) |
Copy-ready code
/* CSS */
color: #ecfc9b;
background-color: #ecfc9b;
/* Tailwind (arbitrary) */
class="text-[#ecfc9b] bg-[#ecfc9b]"
/* SCSS */
$brand: #ecfc9b;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.608)
/* Android */
Color.parseColor("#ecfc9b")Accessibility — WCAG contrast
Aa
#ecfc9b on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfc9b on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue60.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow38.5%
Key (black)1.2%
Color previews
#ecfc9b text on a black background
contrast 18.96:1
Card sample
#ecfc9b text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfc9b;
Background color
Panel with #ecfc9b background
background-color: #ecfc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfc9b; background: linear-gradient(135deg, #ecfc9b, #ABFC9B);