#ae8613
a dark, electric yellow · warm · closest name: olive
RGB
174, 134, 19
HSL
45°, 80%, 38%
CMYK
0, 23, 89, 32
Luminance
0.2610
Every format
| HEX | #ae8613 |
| RGB | rgb(174, 134, 19) |
| HSL | hsl(45, 80%, 38%) |
| CMYK | cmyk(0%, 23%, 89%, 32%) |
| LAB | lab(58.1 5.5 59.8) |
| LCH | lch(58.1 60.1 84.8) |
| OKLCH | oklch(0.641 0.127 86.5) |
Copy-ready code
/* CSS */
color: #ae8613;
background-color: #ae8613;
/* Tailwind (arbitrary) */
class="text-[#ae8613] bg-[#ae8613]"
/* SCSS */
$brand: #ae8613;
/* SwiftUI */
Color(red: 0.682, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#ae8613")Accessibility — WCAG contrast
Aa
#ae8613 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8613 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow89.1%
Key (black)31.8%
Color previews
#ae8613 text on a black background
contrast 6.22:1
Card sample
#ae8613 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8613;
Background color
Panel with #ae8613 background
background-color: #ae8613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8613; background: linear-gradient(135deg, #ae8613, #6FAE13);