#a0c061
a balanced, soft green · cool · closest name: olivedrab
RGB
160, 192, 97
HSL
80°, 43%, 57%
CMYK
17, 0, 50, 25
Luminance
0.4604
Every format
| HEX | #a0c061 |
| RGB | rgb(160, 192, 97) |
| HSL | hsl(80, 43%, 57%) |
| CMYK | cmyk(17%, 0%, 50%, 25%) |
| LAB | lab(73.6 -26.0 44.0) |
| LCH | lch(73.6 51.1 120.6) |
| OKLCH | oklch(0.763 0.128 124.7) |
Copy-ready code
/* CSS */
color: #a0c061;
background-color: #a0c061;
/* Tailwind (arbitrary) */
class="text-[#a0c061] bg-[#a0c061]"
/* SCSS */
$brand: #a0c061;
/* SwiftUI */
Color(red: 0.627, green: 0.753, blue: 0.380)
/* Android */
Color.parseColor("#a0c061")Accessibility — WCAG contrast
Aa
#a0c061 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c061 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green75.3%
Blue38.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow49.5%
Key (black)24.7%
Color previews
#a0c061 text on a black background
contrast 10.21:1
Card sample
#a0c061 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c061;
Background color
Panel with #a0c061 background
background-color: #a0c061;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c061;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 192, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 192, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c061; background: linear-gradient(135deg, #a0c061, #61C061);