#eeb430
a balanced, electric yellow · warm · closest name: orange
RGB
238, 180, 48
HSL
42°, 85%, 56%
CMYK
0, 24, 80, 7
Luminance
0.5103
Every format
| HEX | #eeb430 |
| RGB | rgb(238, 180, 48) |
| HSL | hsl(42, 85%, 56%) |
| CMYK | cmyk(0%, 24%, 80%, 7%) |
| LAB | lab(76.7 9.7 69.9) |
| LCH | lch(76.7 70.6 82.1) |
| OKLCH | oklch(0.803 0.152 82.8) |
Copy-ready code
/* CSS */
color: #eeb430;
background-color: #eeb430;
/* Tailwind (arbitrary) */
class="text-[#eeb430] bg-[#eeb430]"
/* SCSS */
$brand: #eeb430;
/* SwiftUI */
Color(red: 0.933, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#eeb430")Accessibility — WCAG contrast
Aa
#eeb430 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb430 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green70.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow79.8%
Key (black)6.7%
Color previews
#eeb430 text on a black background
contrast 11.21:1
Card sample
#eeb430 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb430;
Background color
Panel with #eeb430 background
background-color: #eeb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb430; background: linear-gradient(135deg, #eeb430, #A9EE30);