#e4a521
a balanced, electric yellow · warm · closest name: orange
RGB
228, 165, 33
HSL
41°, 78%, 51%
CMYK
0, 28, 86, 11
Luminance
0.4351
Every format
| HEX | #e4a521 |
| RGB | rgb(228, 165, 33) |
| HSL | hsl(41, 78%, 51%) |
| CMYK | cmyk(0%, 28%, 86%, 11%) |
| LAB | lab(71.9 12.9 69.8) |
| LCH | lch(71.9 71.0 79.5) |
| OKLCH | oklch(0.762 0.151 79.5) |
Copy-ready code
/* CSS */
color: #e4a521;
background-color: #e4a521;
/* Tailwind (arbitrary) */
class="text-[#e4a521] bg-[#e4a521]"
/* SCSS */
$brand: #e4a521;
/* SwiftUI */
Color(red: 0.894, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#e4a521")Accessibility — WCAG contrast
Aa
#e4a521 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a521 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow85.5%
Key (black)10.6%
Color previews
#e4a521 text on a black background
contrast 9.70:1
Card sample
#e4a521 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a521;
Background color
Panel with #e4a521 background
background-color: #e4a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a521; background: linear-gradient(135deg, #e4a521, #A1E421);