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