#ecf87e
a light, electric yellow · cool · closest name: khaki
RGB
236, 248, 126
HSL
66°, 90%, 73%
CMYK
5, 0, 49, 3
Luminance
0.8647
Every format
| HEX | #ecf87e |
| RGB | rgb(236, 248, 126) |
| HSL | hsl(66, 90%, 73%) |
| CMYK | cmyk(5%, 0%, 49%, 3%) |
| LAB | lab(94.5 -20.7 56.7) |
| LCH | lch(94.5 60.4 110.1) |
| OKLCH | oklch(0.946 0.147 113.9) |
Copy-ready code
/* CSS */
color: #ecf87e;
background-color: #ecf87e;
/* Tailwind (arbitrary) */
class="text-[#ecf87e] bg-[#ecf87e]"
/* SCSS */
$brand: #ecf87e;
/* SwiftUI */
Color(red: 0.925, green: 0.973, blue: 0.494)
/* Android */
Color.parseColor("#ecf87e")Accessibility — WCAG contrast
Aa
#ecf87e on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf87e on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.3%
Blue49.4%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow49.2%
Key (black)2.7%
Color previews
#ecf87e text on a black background
contrast 18.29:1
Card sample
#ecf87e text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf87e;
Background color
Panel with #ecf87e background
background-color: #ecf87e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf87e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 248, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 248, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf87e; background: linear-gradient(135deg, #ecf87e, #9BF87E);