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