#ecec47
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 236, 71
HSL
60°, 81%, 60%
CMYK
0, 0, 70, 8
Luminance
0.7828
Every format
| HEX | #ecec47 |
| RGB | rgb(236, 236, 71) |
| HSL | hsl(60, 81%, 60%) |
| CMYK | cmyk(0%, 0%, 70%, 8%) |
| LAB | lab(90.9 -18.7 75.4) |
| LCH | lch(90.9 77.6 103.9) |
| OKLCH | oklch(0.915 0.177 109.4) |
Copy-ready code
/* CSS */
color: #ecec47;
background-color: #ecec47;
/* Tailwind (arbitrary) */
class="text-[#ecec47] bg-[#ecec47]"
/* SCSS */
$brand: #ecec47;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.278)
/* Android */
Color.parseColor("#ecec47")Accessibility — WCAG contrast
Aa
#ecec47 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecec47 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow69.9%
Key (black)7.5%
Color previews
#ecec47 text on a black background
contrast 16.66:1
Card sample
#ecec47 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecec47;
Background color
Panel with #ecec47 background
background-color: #ecec47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecec47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecec47; background: linear-gradient(135deg, #ecec47, #7EEC47);