#ecfd8f
a light, electric yellow · cool · closest name: khaki
RGB
236, 253, 143
HSL
69°, 97%, 78%
CMYK
7, 0, 44, 1
Luminance
0.9007
Every format
| HEX | #ecfd8f |
| RGB | rgb(236, 253, 143) |
| HSL | hsl(69, 97%, 78%) |
| CMYK | cmyk(7%, 0%, 44%, 1%) |
| LAB | lab(96.0 -21.5 50.6) |
| LCH | lch(96.0 55.0 113.0) |
| OKLCH | oklch(0.958 0.136 116.2) |
Copy-ready code
/* CSS */
color: #ecfd8f;
background-color: #ecfd8f;
/* Tailwind (arbitrary) */
class="text-[#ecfd8f] bg-[#ecfd8f]"
/* SCSS */
$brand: #ecfd8f;
/* SwiftUI */
Color(red: 0.925, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#ecfd8f")Accessibility — WCAG contrast
Aa
#ecfd8f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfd8f on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.2%
Blue56.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#ecfd8f text on a black background
contrast 19.01:1
Card sample
#ecfd8f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfd8f;
Background color
Panel with #ecfd8f background
background-color: #ecfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfd8f; background: linear-gradient(135deg, #ecfd8f, #A2FD8F);