#aeb921
a dark, vivid yellow · cool · closest name: olive
RGB
174, 185, 33
HSL
64°, 70%, 43%
CMYK
6, 0, 82, 28
Luminance
0.4381
Every format
| HEX | #aeb921 |
| RGB | rgb(174, 185, 33) |
| HSL | hsl(64, 70%, 43%) |
| CMYK | cmyk(6%, 0%, 82%, 28%) |
| LAB | lab(72.1 -21.1 68.0) |
| LCH | lch(72.1 71.2 107.2) |
| OKLCH | oklch(0.752 0.161 114.1) |
Copy-ready code
/* CSS */
color: #aeb921;
background-color: #aeb921;
/* Tailwind (arbitrary) */
class="text-[#aeb921] bg-[#aeb921]"
/* SCSS */
$brand: #aeb921;
/* SwiftUI */
Color(red: 0.682, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#aeb921")Accessibility — WCAG contrast
Aa
#aeb921 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb921 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.5%
Blue12.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#aeb921 text on a black background
contrast 9.76:1
Card sample
#aeb921 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb921;
Background color
Panel with #aeb921 background
background-color: #aeb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb921; background: linear-gradient(135deg, #aeb921, #49B921);