#ecf94b
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 249, 75
HSL
65°, 94%, 64%
CMYK
5, 0, 70, 2
Luminance
0.8609
Every format
| HEX | #ecf94b |
| RGB | rgb(236, 249, 75) |
| HSL | hsl(65, 94%, 64%) |
| CMYK | cmyk(5%, 0%, 70%, 2%) |
| LAB | lab(94.3 -24.7 77.3) |
| LCH | lch(94.3 81.2 107.7) |
| OKLCH | oklch(0.943 0.188 113.7) |
Copy-ready code
/* CSS */
color: #ecf94b;
background-color: #ecf94b;
/* Tailwind (arbitrary) */
class="text-[#ecf94b] bg-[#ecf94b]"
/* SCSS */
$brand: #ecf94b;
/* SwiftUI */
Color(red: 0.925, green: 0.976, blue: 0.294)
/* Android */
Color.parseColor("#ecf94b")Accessibility — WCAG contrast
Aa
#ecf94b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf94b on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.6%
Blue29.4%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow69.9%
Key (black)2.4%
Color previews
#ecf94b text on a black background
contrast 18.22:1
Card sample
#ecf94b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf94b;
Background color
Panel with #ecf94b background
background-color: #ecf94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 249, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 249, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf94b; background: linear-gradient(135deg, #ecf94b, #78F94B);