#e2ab00
a dark, electric yellow · cool · closest name: orange
RGB
226, 171, 0
HSL
45°, 100%, 44%
CMYK
0, 24, 100, 11
Luminance
0.4529
Every format
| HEX | #e2ab00 |
| RGB | rgb(226, 171, 0) |
| HSL | hsl(45, 100%, 44%) |
| CMYK | cmyk(0%, 24%, 100%, 11%) |
| LAB | lab(73.1 8.4 76.1) |
| LCH | lch(73.1 76.6 83.7) |
| OKLCH | oklch(0.771 0.158 85.2) |
Copy-ready code
/* CSS */
color: #e2ab00;
background-color: #e2ab00;
/* Tailwind (arbitrary) */
class="text-[#e2ab00] bg-[#e2ab00]"
/* SCSS */
$brand: #e2ab00;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.000)
/* Android */
Color.parseColor("#e2ab00")Accessibility — WCAG contrast
Aa
#e2ab00 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ab00 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow100.0%
Key (black)11.4%
Color previews
#e2ab00 text on a black background
contrast 10.06:1
Card sample
#e2ab00 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ab00;
Background color
Panel with #e2ab00 background
background-color: #e2ab00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ab00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ab00; background: linear-gradient(135deg, #e2ab00, #82E200);