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