#a0cf41
a balanced, vivid green · cool · closest name: olivedrab
RGB
160, 207, 65
HSL
80°, 60%, 53%
CMYK
23, 0, 69, 19
Luminance
0.5248
Every format
| HEX | #a0cf41 |
| RGB | rgb(160, 207, 65) |
| HSL | hsl(80, 60%, 53%) |
| CMYK | cmyk(23%, 0%, 69%, 19%) |
| LAB | lab(77.6 -35.7 62.5) |
| LCH | lch(77.6 72.0 119.8) |
| OKLCH | oklch(0.794 0.174 126.0) |
Copy-ready code
/* CSS */
color: #a0cf41;
background-color: #a0cf41;
/* Tailwind (arbitrary) */
class="text-[#a0cf41] bg-[#a0cf41]"
/* SCSS */
$brand: #a0cf41;
/* SwiftUI */
Color(red: 0.627, green: 0.812, blue: 0.255)
/* Android */
Color.parseColor("#a0cf41")Accessibility — WCAG contrast
Aa
#a0cf41 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cf41 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green81.2%
Blue25.5%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow68.6%
Key (black)18.8%
Color previews
#a0cf41 text on a black background
contrast 11.50:1
Card sample
#a0cf41 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cf41;
Background color
Panel with #a0cf41 background
background-color: #a0cf41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cf41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 207, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 207, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cf41; background: linear-gradient(135deg, #a0cf41, #41CF41);