#e0af00
a dark, electric yellow · cool · closest name: gold
RGB
224, 175, 0
HSL
47°, 100%, 44%
CMYK
0, 22, 100, 12
Luminance
0.4651
Every format
| HEX | #e0af00 |
| RGB | rgb(224, 175, 0) |
| HSL | hsl(47, 100%, 44%) |
| CMYK | cmyk(0%, 22%, 100%, 12%) |
| LAB | lab(73.9 5.4 76.6) |
| LCH | lch(73.9 76.8 86.0) |
| OKLCH | oklch(0.777 0.159 88.3) |
Copy-ready code
/* CSS */
color: #e0af00;
background-color: #e0af00;
/* Tailwind (arbitrary) */
class="text-[#e0af00] bg-[#e0af00]"
/* SCSS */
$brand: #e0af00;
/* SwiftUI */
Color(red: 0.878, green: 0.686, blue: 0.000)
/* Android */
Color.parseColor("#e0af00")Accessibility — WCAG contrast
Aa
#e0af00 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0af00 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green68.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow100.0%
Key (black)12.2%
Color previews
#e0af00 text on a black background
contrast 10.30:1
Card sample
#e0af00 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0af00;
Background color
Panel with #e0af00 background
background-color: #e0af00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0af00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 175, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 175, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0af00; background: linear-gradient(135deg, #e0af00, #7CE000);