#aeab13
a dark, electric yellow · cool · closest name: olive
RGB
174, 171, 19
HSL
59°, 80%, 38%
CMYK
0, 2, 89, 32
Luminance
0.3817
Every format
| HEX | #aeab13 |
| RGB | rgb(174, 171, 19) |
| HSL | hsl(59, 80%, 38%) |
| CMYK | cmyk(0%, 2%, 89%, 32%) |
| LAB | lab(68.2 -14.4 67.8) |
| LCH | lch(68.2 69.3 102.0) |
| OKLCH | oklch(0.721 0.152 108.4) |
Copy-ready code
/* CSS */
color: #aeab13;
background-color: #aeab13;
/* Tailwind (arbitrary) */
class="text-[#aeab13] bg-[#aeab13]"
/* SCSS */
$brand: #aeab13;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#aeab13")Accessibility — WCAG contrast
Aa
#aeab13 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeab13 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow89.1%
Key (black)31.8%
Color previews
#aeab13 text on a black background
contrast 8.63:1
Card sample
#aeab13 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeab13;
Background color
Panel with #aeab13 background
background-color: #aeab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeab13; background: linear-gradient(135deg, #aeab13, #4AAE13);