#aea720
a dark, vivid yellow · cool · closest name: olive
RGB
174, 167, 32
HSL
57°, 69%, 40%
CMYK
0, 4, 82, 32
Luminance
0.3674
Every format
| HEX | #aea720 |
| RGB | rgb(174, 167, 32) |
| HSL | hsl(57, 69%, 40%) |
| CMYK | cmyk(0%, 4%, 82%, 32%) |
| LAB | lab(67.1 -12.0 63.9) |
| LCH | lch(67.1 65.0 100.6) |
| OKLCH | oklch(0.712 0.144 106.3) |
Copy-ready code
/* CSS */
color: #aea720;
background-color: #aea720;
/* Tailwind (arbitrary) */
class="text-[#aea720] bg-[#aea720]"
/* SCSS */
$brand: #aea720;
/* SwiftUI */
Color(red: 0.682, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#aea720")Accessibility — WCAG contrast
Aa
#aea720 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea720 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow81.6%
Key (black)31.8%
Color previews
#aea720 text on a black background
contrast 8.35:1
Card sample
#aea720 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea720;
Background color
Panel with #aea720 background
background-color: #aea720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea720; background: linear-gradient(135deg, #aea720, #56AE20);