#aab821
a dark, vivid yellow · cool · closest name: olive
RGB
170, 184, 33
HSL
66°, 70%, 43%
CMYK
8, 0, 82, 28
Luminance
0.4294
Every format
| HEX | #aab821 |
| RGB | rgb(170, 184, 33) |
| HSL | hsl(66, 70%, 43%) |
| CMYK | cmyk(8%, 0%, 82%, 28%) |
| LAB | lab(71.5 -22.3 67.3) |
| LCH | lch(71.5 70.9 108.3) |
| OKLCH | oklch(0.747 0.161 115.3) |
Copy-ready code
/* CSS */
color: #aab821;
background-color: #aab821;
/* Tailwind (arbitrary) */
class="text-[#aab821] bg-[#aab821]"
/* SCSS */
$brand: #aab821;
/* SwiftUI */
Color(red: 0.667, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#aab821")Accessibility — WCAG contrast
Aa
#aab821 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab821 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green72.2%
Blue12.9%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#aab821 text on a black background
contrast 9.59:1
Card sample
#aab821 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab821;
Background color
Panel with #aab821 background
background-color: #aab821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab821; background: linear-gradient(135deg, #aab821, #45B821);