#ecfd6f
a light, electric yellow · cool · closest name: khaki
RGB
236, 253, 111
HSL
67°, 97%, 71%
CMYK
7, 0, 56, 1
Luminance
0.8923
Every format
| HEX | #ecfd6f |
| RGB | rgb(236, 253, 111) |
| HSL | hsl(67, 97%, 71%) |
| CMYK | cmyk(7%, 0%, 56%, 1%) |
| LAB | lab(95.7 -24.3 64.7) |
| LCH | lch(95.7 69.1 110.6) |
| OKLCH | oklch(0.954 0.166 115.3) |
Copy-ready code
/* CSS */
color: #ecfd6f;
background-color: #ecfd6f;
/* Tailwind (arbitrary) */
class="text-[#ecfd6f] bg-[#ecfd6f]"
/* SCSS */
$brand: #ecfd6f;
/* SwiftUI */
Color(red: 0.925, green: 0.992, blue: 0.435)
/* Android */
Color.parseColor("#ecfd6f")Accessibility — WCAG contrast
Aa
#ecfd6f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfd6f on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.2%
Blue43.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow56.1%
Key (black)0.8%
Color previews
#ecfd6f text on a black background
contrast 18.85:1
Card sample
#ecfd6f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfd6f;
Background color
Panel with #ecfd6f background
background-color: #ecfd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 253, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 253, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfd6f; background: linear-gradient(135deg, #ecfd6f, #8DFD6F);