#a7d34e
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 211, 78
HSL
80°, 60%, 57%
CMYK
21, 0, 63, 17
Luminance
0.5535
Every format
| HEX | #a7d34e |
| RGB | rgb(167, 211, 78) |
| HSL | hsl(80, 60%, 57%) |
| CMYK | cmyk(21%, 0%, 63%, 17%) |
| LAB | lab(79.2 -34.0 59.2) |
| LCH | lch(79.2 68.3 119.8) |
| OKLCH | oklch(0.809 0.167 125.6) |
Copy-ready code
/* CSS */
color: #a7d34e;
background-color: #a7d34e;
/* Tailwind (arbitrary) */
class="text-[#a7d34e] bg-[#a7d34e]"
/* SCSS */
$brand: #a7d34e;
/* SwiftUI */
Color(red: 0.655, green: 0.827, blue: 0.306)
/* Android */
Color.parseColor("#a7d34e")Accessibility — WCAG contrast
Aa
#a7d34e on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7d34e on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green82.7%
Blue30.6%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow63.0%
Key (black)17.3%
Color previews
#a7d34e text on a black background
contrast 12.07:1
Card sample
#a7d34e text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7d34e;
Background color
Panel with #a7d34e background
background-color: #a7d34e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7d34e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 211, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 211, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7d34e; background: linear-gradient(135deg, #a7d34e, #4FD34E);