#efba2f
a balanced, electric yellow · warm · closest name: orange
RGB
239, 186, 47
HSL
43°, 86%, 56%
CMYK
0, 22, 80, 6
Luminance
0.5367
Every format
| HEX | #efba2f |
| RGB | rgb(239, 186, 47) |
| HSL | hsl(43, 86%, 56%) |
| CMYK | cmyk(0%, 22%, 80%, 6%) |
| LAB | lab(78.3 6.9 71.6) |
| LCH | lch(78.3 72.0 84.5) |
| OKLCH | oklch(0.815 0.155 85.9) |
Copy-ready code
/* CSS */
color: #efba2f;
background-color: #efba2f;
/* Tailwind (arbitrary) */
class="text-[#efba2f] bg-[#efba2f]"
/* SCSS */
$brand: #efba2f;
/* SwiftUI */
Color(red: 0.937, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#efba2f")Accessibility — WCAG contrast
Aa
#efba2f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efba2f on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green72.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow80.3%
Key (black)6.3%
Color previews
#efba2f text on a black background
contrast 11.73:1
Card sample
#efba2f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efba2f;
Background color
Panel with #efba2f background
background-color: #efba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efba2f; background: linear-gradient(135deg, #efba2f, #A4EF2F);