#ae9913
a dark, electric yellow · cool · closest name: olive
RGB
174, 153, 19
HSL
52°, 80%, 38%
CMYK
0, 12, 89, 32
Luminance
0.3183
Every format
| HEX | #ae9913 |
| RGB | rgb(174, 153, 19) |
| HSL | hsl(52, 80%, 38%) |
| CMYK | cmyk(0%, 12%, 89%, 32%) |
| LAB | lab(63.2 -4.9 63.8) |
| LCH | lch(63.2 64.0 94.4) |
| OKLCH | oklch(0.681 0.137 99.1) |
Copy-ready code
/* CSS */
color: #ae9913;
background-color: #ae9913;
/* Tailwind (arbitrary) */
class="text-[#ae9913] bg-[#ae9913]"
/* SCSS */
$brand: #ae9913;
/* SwiftUI */
Color(red: 0.682, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#ae9913")Accessibility — WCAG contrast
Aa
#ae9913 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9913 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow89.1%
Key (black)31.8%
Color previews
#ae9913 text on a black background
contrast 7.37:1
Card sample
#ae9913 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9913;
Background color
Panel with #ae9913 background
background-color: #ae9913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9913; background: linear-gradient(135deg, #ae9913, #5BAE13);