#a0b521
a dark, vivid yellow · cool · closest name: olivedrab
RGB
160, 181, 33
HSL
69°, 69%, 42%
CMYK
12, 0, 82, 29
Luminance
0.4063
Every format
| HEX | #a0b521 |
| RGB | rgb(160, 181, 33) |
| HSL | hsl(69, 69%, 42%) |
| CMYK | cmyk(12%, 0%, 82%, 29%) |
| LAB | lab(69.9 -25.1 65.7) |
| LCH | lch(69.9 70.3 110.9) |
| OKLCH | oklch(0.732 0.162 118.0) |
Copy-ready code
/* CSS */
color: #a0b521;
background-color: #a0b521;
/* Tailwind (arbitrary) */
class="text-[#a0b521] bg-[#a0b521]"
/* SCSS */
$brand: #a0b521;
/* SwiftUI */
Color(red: 0.627, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#a0b521")Accessibility — WCAG contrast
Aa
#a0b521 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b521 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green71.0%
Blue12.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#a0b521 text on a black background
contrast 9.13:1
Card sample
#a0b521 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b521;
Background color
Panel with #a0b521 background
background-color: #a0b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b521; background: linear-gradient(135deg, #a0b521, #3DB521);