#ecf79b
a light, electric yellow · cool · closest name: khaki
RGB
236, 247, 155
HSL
67°, 85%, 79%
CMYK
5, 0, 37, 3
Luminance
0.8672
Every format
| HEX | #ecf79b |
| RGB | rgb(236, 247, 155) |
| HSL | hsl(67, 85%, 79%) |
| CMYK | cmyk(5%, 0%, 37%, 3%) |
| LAB | lab(94.6 -17.3 43.0) |
| LCH | lch(94.6 46.4 111.9) |
| OKLCH | oklch(0.948 0.116 114.2) |
Copy-ready code
/* CSS */
color: #ecf79b;
background-color: #ecf79b;
/* Tailwind (arbitrary) */
class="text-[#ecf79b] bg-[#ecf79b]"
/* SCSS */
$brand: #ecf79b;
/* SwiftUI */
Color(red: 0.925, green: 0.969, blue: 0.608)
/* Android */
Color.parseColor("#ecf79b")Accessibility — WCAG contrast
Aa
#ecf79b on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf79b on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.9%
Blue60.8%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow37.2%
Key (black)3.1%
Color previews
#ecf79b text on a black background
contrast 18.34:1
Card sample
#ecf79b text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf79b;
Background color
Panel with #ecf79b background
background-color: #ecf79b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf79b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 247, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 247, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf79b; background: linear-gradient(135deg, #ecf79b, #AFF79B);