#a7cd4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 205, 79
HSL
78°, 56%, 56%
CMYK
19, 0, 62, 20
Luminance
0.5244
Every format
| HEX | #a7cd4f |
| RGB | rgb(167, 205, 79) |
| HSL | hsl(78, 56%, 56%) |
| CMYK | cmyk(19%, 0%, 62%, 20%) |
| LAB | lab(77.5 -31.1 57.0) |
| LCH | lch(77.5 64.9 118.6) |
| OKLCH | oklch(0.796 0.158 124.2) |
Copy-ready code
/* CSS */
color: #a7cd4f;
background-color: #a7cd4f;
/* Tailwind (arbitrary) */
class="text-[#a7cd4f] bg-[#a7cd4f]"
/* SCSS */
$brand: #a7cd4f;
/* SwiftUI */
Color(red: 0.655, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#a7cd4f")Accessibility — WCAG contrast
Aa
#a7cd4f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cd4f on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.4%
Blue31.0%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow61.5%
Key (black)19.6%
Color previews
#a7cd4f text on a black background
contrast 11.49:1
Card sample
#a7cd4f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cd4f;
Background color
Panel with #a7cd4f background
background-color: #a7cd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cd4f; background: linear-gradient(135deg, #a7cd4f, #53CD4F);