#ae8913
a dark, electric yellow · cool · closest name: olive
RGB
174, 137, 19
HSL
46°, 80%, 38%
CMYK
0, 21, 89, 32
Luminance
0.2694
Every format
| HEX | #ae8913 |
| RGB | rgb(174, 137, 19) |
| HSL | hsl(46, 80%, 38%) |
| CMYK | cmyk(0%, 21%, 89%, 32%) |
| LAB | lab(58.9 3.8 60.4) |
| LCH | lch(58.9 60.6 86.4) |
| OKLCH | oklch(0.647 0.128 88.7) |
Copy-ready code
/* CSS */
color: #ae8913;
background-color: #ae8913;
/* Tailwind (arbitrary) */
class="text-[#ae8913] bg-[#ae8913]"
/* SCSS */
$brand: #ae8913;
/* SwiftUI */
Color(red: 0.682, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#ae8913")Accessibility — WCAG contrast
Aa
#ae8913 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8913 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow89.1%
Key (black)31.8%
Color previews
#ae8913 text on a black background
contrast 6.39:1
Card sample
#ae8913 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8913;
Background color
Panel with #ae8913 background
background-color: #ae8913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8913; background: linear-gradient(135deg, #ae8913, #6BAE13);