#aea821
a dark, vivid yellow · cool · closest name: olive
RGB
174, 168, 33
HSL
57°, 68%, 41%
CMYK
0, 3, 81, 32
Luminance
0.3711
Every format
| HEX | #aea821 |
| RGB | rgb(174, 168, 33) |
| HSL | hsl(57, 68%, 41%) |
| CMYK | cmyk(0%, 3%, 81%, 32%) |
| LAB | lab(67.4 -12.4 63.9) |
| LCH | lch(67.4 65.1 101.0) |
| OKLCH | oklch(0.714 0.144 106.8) |
Copy-ready code
/* CSS */
color: #aea821;
background-color: #aea821;
/* Tailwind (arbitrary) */
class="text-[#aea821] bg-[#aea821]"
/* SCSS */
$brand: #aea821;
/* SwiftUI */
Color(red: 0.682, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#aea821")Accessibility — WCAG contrast
Aa
#aea821 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea821 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow81.0%
Key (black)31.8%
Color previews
#aea821 text on a black background
contrast 8.42:1
Card sample
#aea821 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea821;
Background color
Panel with #aea821 background
background-color: #aea821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea821; background: linear-gradient(135deg, #aea821, #56AE21);