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