#ecec4f
a balanced, electric yellow · cool · closest name: gold
RGB
236, 236, 79
HSL
60°, 81%, 62%
CMYK
0, 0, 67, 8
Luminance
0.7839
Every format
| HEX | #ecec4f |
| RGB | rgb(236, 236, 79) |
| HSL | hsl(60, 81%, 62%) |
| CMYK | cmyk(0%, 0%, 67%, 8%) |
| LAB | lab(91.0 -18.3 72.5) |
| LCH | lch(91.0 74.8 104.1) |
| OKLCH | oklch(0.916 0.172 109.4) |
Copy-ready code
/* CSS */
color: #ecec4f;
background-color: #ecec4f;
/* Tailwind (arbitrary) */
class="text-[#ecec4f] bg-[#ecec4f]"
/* SCSS */
$brand: #ecec4f;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.310)
/* Android */
Color.parseColor("#ecec4f")Accessibility — WCAG contrast
Aa
#ecec4f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecec4f on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow66.5%
Key (black)7.5%
Color previews
#ecec4f text on a black background
contrast 16.68:1
Card sample
#ecec4f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecec4f;
Background color
Panel with #ecec4f background
background-color: #ecec4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecec4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecec4f; background: linear-gradient(135deg, #ecec4f, #83EC4F);