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