#eea607
a balanced, electric yellow · warm · closest name: orange
RGB
238, 166, 7
HSL
41°, 94%, 48%
CMYK
0, 30, 97, 7
Luminance
0.4546
Every format
| HEX | #eea607 |
| RGB | rgb(238, 166, 7) |
| HSL | hsl(41, 94%, 48%) |
| CMYK | cmyk(0%, 30%, 97%, 7%) |
| LAB | lab(73.2 16.3 76.0) |
| LCH | lch(73.2 77.8 77.9) |
| OKLCH | oklch(0.775 0.161 77.3) |
Copy-ready code
/* CSS */
color: #eea607;
background-color: #eea607;
/* Tailwind (arbitrary) */
class="text-[#eea607] bg-[#eea607]"
/* SCSS */
$brand: #eea607;
/* SwiftUI */
Color(red: 0.933, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#eea607")Accessibility — WCAG contrast
Aa
#eea607 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea607 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow97.1%
Key (black)6.7%
Color previews
#eea607 text on a black background
contrast 10.09:1
Card sample
#eea607 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea607;
Background color
Panel with #eea607 background
background-color: #eea607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea607; background: linear-gradient(135deg, #eea607, #9CEE07);