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