#efca21
a balanced, electric yellow · cool · closest name: gold
RGB
239, 202, 33
HSL
49°, 87%, 53%
CMYK
0, 16, 86, 6
Luminance
0.6070
Every format
| HEX | #efca21 |
| RGB | rgb(239, 202, 33) |
| HSL | hsl(49, 87%, 53%) |
| CMYK | cmyk(0%, 16%, 86%, 6%) |
| LAB | lab(82.2 -1.7 78.7) |
| LCH | lch(82.2 78.7 91.3) |
| OKLCH | oklch(0.846 0.168 95.0) |
Copy-ready code
/* CSS */
color: #efca21;
background-color: #efca21;
/* Tailwind (arbitrary) */
class="text-[#efca21] bg-[#efca21]"
/* SCSS */
$brand: #efca21;
/* SwiftUI */
Color(red: 0.937, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#efca21")Accessibility — WCAG contrast
Aa
#efca21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efca21 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow86.2%
Key (black)6.3%
Color previews
#efca21 text on a black background
contrast 13.14:1
Card sample
#efca21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efca21;
Background color
Panel with #efca21 background
background-color: #efca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efca21; background: linear-gradient(135deg, #efca21, #8BEF21);