#e2a521
a balanced, electric yellow · warm · closest name: orange
RGB
226, 165, 33
HSL
41°, 77%, 51%
CMYK
0, 27, 85, 11
Luminance
0.4319
Every format
| HEX | #e2a521 |
| RGB | rgb(226, 165, 33) |
| HSL | hsl(41, 77%, 51%) |
| CMYK | cmyk(0%, 27%, 85%, 11%) |
| LAB | lab(71.7 12.0 69.6) |
| LCH | lch(71.7 70.6 80.2) |
| OKLCH | oklch(0.760 0.150 80.3) |
Copy-ready code
/* CSS */
color: #e2a521;
background-color: #e2a521;
/* Tailwind (arbitrary) */
class="text-[#e2a521] bg-[#e2a521]"
/* SCSS */
$brand: #e2a521;
/* SwiftUI */
Color(red: 0.886, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#e2a521")Accessibility — WCAG contrast
Aa
#e2a521 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a521 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow85.4%
Key (black)11.4%
Color previews
#e2a521 text on a black background
contrast 9.64:1
Card sample
#e2a521 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a521;
Background color
Panel with #e2a521 background
background-color: #e2a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a521; background: linear-gradient(135deg, #e2a521, #9EE221);