#eeb521
a balanced, electric yellow · warm · closest name: orange
RGB
238, 181, 33
HSL
43°, 86%, 53%
CMYK
0, 24, 86, 7
Luminance
0.5133
Every format
| HEX | #eeb521 |
| RGB | rgb(238, 181, 33) |
| HSL | hsl(43, 86%, 53%) |
| CMYK | cmyk(0%, 24%, 86%, 7%) |
| LAB | lab(76.9 8.7 74.3) |
| LCH | lch(76.9 74.8 83.3) |
| OKLCH | oklch(0.804 0.158 84.5) |
Copy-ready code
/* CSS */
color: #eeb521;
background-color: #eeb521;
/* Tailwind (arbitrary) */
class="text-[#eeb521] bg-[#eeb521]"
/* SCSS */
$brand: #eeb521;
/* SwiftUI */
Color(red: 0.933, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#eeb521")Accessibility — WCAG contrast
Aa
#eeb521 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb521 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow86.1%
Key (black)6.7%
Color previews
#eeb521 text on a black background
contrast 11.27:1
Card sample
#eeb521 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb521;
Background color
Panel with #eeb521 background
background-color: #eeb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb521; background: linear-gradient(135deg, #eeb521, #9EEE21);