#a0bf21
a dark, vivid green · cool · closest name: olivedrab
RGB
160, 191, 33
HSL
72°, 71%, 44%
CMYK
16, 0, 83, 25
Luminance
0.4484
Every format
| HEX | #a0bf21 |
| RGB | rgb(160, 191, 33) |
| HSL | hsl(72, 71%, 44%) |
| CMYK | cmyk(16%, 0%, 83%, 25%) |
| LAB | lab(72.8 -29.9 68.2) |
| LCH | lch(72.8 74.4 113.7) |
| OKLCH | oklch(0.755 0.173 121.0) |
Copy-ready code
/* CSS */
color: #a0bf21;
background-color: #a0bf21;
/* Tailwind (arbitrary) */
class="text-[#a0bf21] bg-[#a0bf21]"
/* SCSS */
$brand: #a0bf21;
/* SwiftUI */
Color(red: 0.627, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#a0bf21")Accessibility — WCAG contrast
Aa
#a0bf21 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0bf21 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green74.9%
Blue12.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#a0bf21 text on a black background
contrast 9.97:1
Card sample
#a0bf21 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0bf21;
Background color
Panel with #a0bf21 background
background-color: #a0bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0bf21; background: linear-gradient(135deg, #a0bf21, #37BF21);