#ae9f13
a dark, electric yellow · cool · closest name: olive
RGB
174, 159, 19
HSL
54°, 80%, 38%
CMYK
0, 9, 89, 32
Luminance
0.3384
Every format
| HEX | #ae9f13 |
| RGB | rgb(174, 159, 19) |
| HSL | hsl(54, 80%, 38%) |
| CMYK | cmyk(0%, 9%, 89%, 32%) |
| LAB | lab(64.8 -8.1 65.1) |
| LCH | lch(64.8 65.6 97.1) |
| OKLCH | oklch(0.694 0.142 102.4) |
Copy-ready code
/* CSS */
color: #ae9f13;
background-color: #ae9f13;
/* Tailwind (arbitrary) */
class="text-[#ae9f13] bg-[#ae9f13]"
/* SCSS */
$brand: #ae9f13;
/* SwiftUI */
Color(red: 0.682, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#ae9f13")Accessibility — WCAG contrast
Aa
#ae9f13 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9f13 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow89.1%
Key (black)31.8%
Color previews
#ae9f13 text on a black background
contrast 7.77:1
Card sample
#ae9f13 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9f13;
Background color
Panel with #ae9f13 background
background-color: #ae9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9f13; background: linear-gradient(135deg, #ae9f13, #56AE13);