#efa708
a balanced, electric yellow · warm · closest name: orange
RGB
239, 167, 8
HSL
41°, 94%, 48%
CMYK
0, 30, 97, 6
Luminance
0.4601
Every format
| HEX | #efa708 |
| RGB | rgb(239, 167, 8) |
| HSL | hsl(41, 94%, 48%) |
| CMYK | cmyk(0%, 30%, 97%, 6%) |
| LAB | lab(73.5 16.2 76.2) |
| LCH | lch(73.5 77.9 78.0) |
| OKLCH | oklch(0.778 0.161 77.4) |
Copy-ready code
/* CSS */
color: #efa708;
background-color: #efa708;
/* Tailwind (arbitrary) */
class="text-[#efa708] bg-[#efa708]"
/* SCSS */
$brand: #efa708;
/* SwiftUI */
Color(red: 0.937, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#efa708")Accessibility — WCAG contrast
Aa
#efa708 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efa708 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow96.7%
Key (black)6.3%
Color previews
#efa708 text on a black background
contrast 10.20:1
Card sample
#efa708 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efa708;
Background color
Panel with #efa708 background
background-color: #efa708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efa708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efa708; background: linear-gradient(135deg, #efa708, #9DEF08);