#efbe21
a balanced, electric yellow · cool · closest name: gold
RGB
239, 190, 33
HSL
46°, 87%, 53%
CMYK
0, 21, 86, 6
Luminance
0.5529
Every format
| HEX | #efbe21 |
| RGB | rgb(239, 190, 33) |
| HSL | hsl(46, 87%, 53%) |
| CMYK | cmyk(0%, 21%, 86%, 6%) |
| LAB | lab(79.2 4.5 76.2) |
| LCH | lch(79.2 76.4 86.6) |
| OKLCH | oklch(0.823 0.162 89.0) |
Copy-ready code
/* CSS */
color: #efbe21;
background-color: #efbe21;
/* Tailwind (arbitrary) */
class="text-[#efbe21] bg-[#efbe21]"
/* SCSS */
$brand: #efbe21;
/* SwiftUI */
Color(red: 0.937, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#efbe21")Accessibility — WCAG contrast
Aa
#efbe21 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbe21 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow86.2%
Key (black)6.3%
Color previews
#efbe21 text on a black background
contrast 12.06:1
Card sample
#efbe21 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbe21;
Background color
Panel with #efbe21 background
background-color: #efbe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbe21; background: linear-gradient(135deg, #efbe21, #97EF21);