#a0bb21
a dark, vivid green · cool · closest name: olivedrab
RGB
160, 187, 33
HSL
71°, 70%, 43%
CMYK
14, 0, 82, 27
Luminance
0.4312
Every format
| HEX | #a0bb21 |
| RGB | rgb(160, 187, 33) |
| HSL | hsl(71, 70%, 43%) |
| CMYK | cmyk(14%, 0%, 82%, 27%) |
| LAB | lab(71.6 -28.0 67.2) |
| LCH | lch(71.6 72.8 112.6) |
| OKLCH | oklch(0.746 0.168 119.9) |
Copy-ready code
/* CSS */
color: #a0bb21;
background-color: #a0bb21;
/* Tailwind (arbitrary) */
class="text-[#a0bb21] bg-[#a0bb21]"
/* SCSS */
$brand: #a0bb21;
/* SwiftUI */
Color(red: 0.627, green: 0.733, blue: 0.129)
/* Android */
Color.parseColor("#a0bb21")Accessibility — WCAG contrast
Aa
#a0bb21 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0bb21 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green73.3%
Blue12.9%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow82.4%
Key (black)26.7%
Color previews
#a0bb21 text on a black background
contrast 9.62:1
Card sample
#a0bb21 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0bb21;
Background color
Panel with #a0bb21 background
background-color: #a0bb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0bb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 187, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 187, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0bb21; background: linear-gradient(135deg, #a0bb21, #39BB21);