#efc024
a balanced, electric yellow · cool · closest name: gold
RGB
239, 192, 36
HSL
46°, 86%, 54%
CMYK
0, 20, 85, 6
Luminance
0.5618
Every format
| HEX | #efc024 |
| RGB | rgb(239, 192, 36) |
| HSL | hsl(46, 86%, 54%) |
| CMYK | cmyk(0%, 20%, 85%, 6%) |
| LAB | lab(79.7 3.5 75.9) |
| LCH | lch(79.7 76.0 87.4) |
| OKLCH | oklch(0.827 0.162 89.9) |
Copy-ready code
/* CSS */
color: #efc024;
background-color: #efc024;
/* Tailwind (arbitrary) */
class="text-[#efc024] bg-[#efc024]"
/* SCSS */
$brand: #efc024;
/* SwiftUI */
Color(red: 0.937, green: 0.753, blue: 0.141)
/* Android */
Color.parseColor("#efc024")Accessibility — WCAG contrast
Aa
#efc024 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc024 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green75.3%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow84.9%
Key (black)6.3%
Color previews
#efc024 text on a black background
contrast 12.24:1
Card sample
#efc024 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc024;
Background color
Panel with #efc024 background
background-color: #efc024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 192, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 192, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc024; background: linear-gradient(135deg, #efc024, #97EF24);