#e9ab21
a balanced, electric yellow · warm · closest name: orange
RGB
233, 171, 33
HSL
41°, 82%, 52%
CMYK
0, 27, 86, 9
Luminance
0.4656
Every format
| HEX | #e9ab21 |
| RGB | rgb(233, 171, 33) |
| HSL | hsl(41, 82%, 52%) |
| CMYK | cmyk(0%, 27%, 86%, 9%) |
| LAB | lab(73.9 11.9 71.7) |
| LCH | lch(73.9 72.7 80.6) |
| OKLCH | oklch(0.779 0.154 80.9) |
Copy-ready code
/* CSS */
color: #e9ab21;
background-color: #e9ab21;
/* Tailwind (arbitrary) */
class="text-[#e9ab21] bg-[#e9ab21]"
/* SCSS */
$brand: #e9ab21;
/* SwiftUI */
Color(red: 0.914, green: 0.671, blue: 0.129)
/* Android */
Color.parseColor("#e9ab21")Accessibility — WCAG contrast
Aa
#e9ab21 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ab21 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green67.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow85.8%
Key (black)8.6%
Color previews
#e9ab21 text on a black background
contrast 10.31:1
Card sample
#e9ab21 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ab21;
Background color
Panel with #e9ab21 background
background-color: #e9ab21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ab21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 171, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 171, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ab21; background: linear-gradient(135deg, #e9ab21, #A2E921);