#efc721
a balanced, electric yellow · cool · closest name: gold
RGB
239, 199, 33
HSL
48°, 87%, 53%
CMYK
0, 17, 86, 6
Luminance
0.5931
Every format
| HEX | #efc721 |
| RGB | rgb(239, 199, 33) |
| HSL | hsl(48, 87%, 53%) |
| CMYK | cmyk(0%, 17%, 86%, 6%) |
| LAB | lab(81.5 -0.2 78.0) |
| LCH | lch(81.5 78.0 90.1) |
| OKLCH | oklch(0.840 0.166 93.5) |
Copy-ready code
/* CSS */
color: #efc721;
background-color: #efc721;
/* Tailwind (arbitrary) */
class="text-[#efc721] bg-[#efc721]"
/* SCSS */
$brand: #efc721;
/* SwiftUI */
Color(red: 0.937, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#efc721")Accessibility — WCAG contrast
Aa
#efc721 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc721 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green78.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow86.2%
Key (black)6.3%
Color previews
#efc721 text on a black background
contrast 12.86:1
Card sample
#efc721 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc721;
Background color
Panel with #efc721 background
background-color: #efc721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc721; background: linear-gradient(135deg, #efc721, #8EEF21);