#aeb521
a dark, vivid yellow · cool · closest name: olive
RGB
174, 181, 33
HSL
63°, 69%, 42%
CMYK
4, 0, 82, 29
Luminance
0.4216
Every format
| HEX | #aeb521 |
| RGB | rgb(174, 181, 33) |
| HSL | hsl(63, 69%, 42%) |
| CMYK | cmyk(4%, 0%, 82%, 29%) |
| LAB | lab(71.0 -19.1 67.0) |
| LCH | lch(71.0 69.7 105.9) |
| OKLCH | oklch(0.743 0.157 112.5) |
Copy-ready code
/* CSS */
color: #aeb521;
background-color: #aeb521;
/* Tailwind (arbitrary) */
class="text-[#aeb521] bg-[#aeb521]"
/* SCSS */
$brand: #aeb521;
/* SwiftUI */
Color(red: 0.682, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#aeb521")Accessibility — WCAG contrast
Aa
#aeb521 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb521 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green71.0%
Blue12.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#aeb521 text on a black background
contrast 9.43:1
Card sample
#aeb521 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb521;
Background color
Panel with #aeb521 background
background-color: #aeb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb521; background: linear-gradient(135deg, #aeb521, #4BB521);