#a0b870
a balanced, soft green · cool · closest name: olivedrab
RGB
160, 184, 112
HSL
80°, 34%, 58%
CMYK
13, 0, 39, 28
Luminance
0.4292
Every format
| HEX | #a0b870 |
| RGB | rgb(160, 184, 112) |
| HSL | hsl(80, 34%, 58%) |
| CMYK | cmyk(13%, 0%, 39%, 28%) |
| LAB | lab(71.5 -20.3 33.9) |
| LCH | lch(71.5 39.5 120.9) |
| OKLCH | oklch(0.747 0.100 123.8) |
Copy-ready code
/* CSS */
color: #a0b870;
background-color: #a0b870;
/* Tailwind (arbitrary) */
class="text-[#a0b870] bg-[#a0b870]"
/* SCSS */
$brand: #a0b870;
/* SwiftUI */
Color(red: 0.627, green: 0.722, blue: 0.439)
/* Android */
Color.parseColor("#a0b870")Accessibility — WCAG contrast
Aa
#a0b870 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b870 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green72.2%
Blue43.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow39.1%
Key (black)27.8%
Color previews
#a0b870 text on a black background
contrast 9.58:1
Card sample
#a0b870 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b870;
Background color
Panel with #a0b870 background
background-color: #a0b870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 184, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 184, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b870; background: linear-gradient(135deg, #a0b870, #70B870);