#e2ae21
a balanced, electric yellow · warm · closest name: orange
RGB
226, 174, 33
HSL
44°, 77%, 51%
CMYK
0, 23, 85, 11
Luminance
0.4655
Every format
| HEX | #e2ae21 |
| RGB | rgb(226, 174, 33) |
| HSL | hsl(44, 77%, 51%) |
| CMYK | cmyk(0%, 23%, 85%, 11%) |
| LAB | lab(73.9 7.3 71.4) |
| LCH | lch(73.9 71.8 84.2) |
| OKLCH | oklch(0.778 0.152 85.7) |
Copy-ready code
/* CSS */
color: #e2ae21;
background-color: #e2ae21;
/* Tailwind (arbitrary) */
class="text-[#e2ae21] bg-[#e2ae21]"
/* SCSS */
$brand: #e2ae21;
/* SwiftUI */
Color(red: 0.886, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#e2ae21")Accessibility — WCAG contrast
Aa
#e2ae21 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ae21 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow85.4%
Key (black)11.4%
Color previews
#e2ae21 text on a black background
contrast 10.31:1
Card sample
#e2ae21 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ae21;
Background color
Panel with #e2ae21 background
background-color: #e2ae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ae21; background: linear-gradient(135deg, #e2ae21, #95E221);