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