#aac521
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 197, 33
HSL
70°, 71%, 45%
CMYK
14, 0, 83, 23
Luminance
0.4859
Every format
| HEX | #aac521 |
| RGB | rgb(170, 197, 33) |
| HSL | hsl(70, 71%, 45%) |
| CMYK | cmyk(14%, 0%, 83%, 23%) |
| LAB | lab(75.2 -28.6 70.5) |
| LCH | lch(75.2 76.1 112.1) |
| OKLCH | oklch(0.776 0.175 119.4) |
Copy-ready code
/* CSS */
color: #aac521;
background-color: #aac521;
/* Tailwind (arbitrary) */
class="text-[#aac521] bg-[#aac521]"
/* SCSS */
$brand: #aac521;
/* SwiftUI */
Color(red: 0.667, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#aac521")Accessibility — WCAG contrast
Aa
#aac521 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac521 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green77.3%
Blue12.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#aac521 text on a black background
contrast 10.72:1
Card sample
#aac521 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac521;
Background color
Panel with #aac521 background
background-color: #aac521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac521; background: linear-gradient(135deg, #aac521, #3DC521);