#e9af21
a balanced, electric yellow · warm · closest name: orange
RGB
233, 175, 33
HSL
43°, 82%, 52%
CMYK
0, 25, 86, 9
Luminance
0.4809
Every format
| HEX | #e9af21 |
| RGB | rgb(233, 175, 33) |
| HSL | hsl(43, 82%, 52%) |
| CMYK | cmyk(0%, 25%, 86%, 9%) |
| LAB | lab(74.9 9.8 72.5) |
| LCH | lch(74.9 73.1 82.3) |
| OKLCH | oklch(0.787 0.155 83.2) |
Copy-ready code
/* CSS */
color: #e9af21;
background-color: #e9af21;
/* Tailwind (arbitrary) */
class="text-[#e9af21] bg-[#e9af21]"
/* SCSS */
$brand: #e9af21;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#e9af21")Accessibility — WCAG contrast
Aa
#e9af21 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9af21 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow85.8%
Key (black)8.6%
Color previews
#e9af21 text on a black background
contrast 10.62:1
Card sample
#e9af21 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9af21;
Background color
Panel with #e9af21 background
background-color: #e9af21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9af21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9af21; background: linear-gradient(135deg, #e9af21, #9EE921);