#a7cf4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 207, 79
HSL
79°, 57%, 56%
CMYK
19, 0, 62, 19
Luminance
0.5341
Every format
| HEX | #a7cf4f |
| RGB | rgb(167, 207, 79) |
| HSL | hsl(79, 57%, 56%) |
| CMYK | cmyk(19%, 0%, 62%, 19%) |
| LAB | lab(78.1 -32.0 57.6) |
| LCH | lch(78.1 65.9 119.1) |
| OKLCH | oklch(0.800 0.161 124.7) |
Copy-ready code
/* CSS */
color: #a7cf4f;
background-color: #a7cf4f;
/* Tailwind (arbitrary) */
class="text-[#a7cf4f] bg-[#a7cf4f]"
/* SCSS */
$brand: #a7cf4f;
/* SwiftUI */
Color(red: 0.655, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#a7cf4f")Accessibility — WCAG contrast
Aa
#a7cf4f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cf4f on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green81.2%
Blue31.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#a7cf4f text on a black background
contrast 11.68:1
Card sample
#a7cf4f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cf4f;
Background color
Panel with #a7cf4f background
background-color: #a7cf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cf4f; background: linear-gradient(135deg, #a7cf4f, #52CF4F);