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