#a0b721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
160, 183, 33
HSL
69°, 69%, 42%
CMYK
13, 0, 82, 28
Luminance
0.4145
Every format
| HEX | #a0b721 |
| RGB | rgb(160, 183, 33) |
| HSL | hsl(69, 69%, 42%) |
| CMYK | cmyk(13%, 0%, 82%, 28%) |
| LAB | lab(70.5 -26.0 66.2) |
| LCH | lch(70.5 71.1 111.5) |
| OKLCH | oklch(0.737 0.164 118.7) |
Copy-ready code
/* CSS */
color: #a0b721;
background-color: #a0b721;
/* Tailwind (arbitrary) */
class="text-[#a0b721] bg-[#a0b721]"
/* SCSS */
$brand: #a0b721;
/* SwiftUI */
Color(red: 0.627, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#a0b721")Accessibility — WCAG contrast
Aa
#a0b721 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b721 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green71.8%
Blue12.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#a0b721 text on a black background
contrast 9.29:1
Card sample
#a0b721 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b721;
Background color
Panel with #a0b721 background
background-color: #a0b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b721; background: linear-gradient(135deg, #a0b721, #3CB721);