#a7c237
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 194, 55
HSL
72°, 56%, 49%
CMYK
14, 0, 72, 24
Luminance
0.4707
Every format
| HEX | #a7c237 |
| RGB | rgb(167, 194, 55) |
| HSL | hsl(72, 56%, 49%) |
| CMYK | cmyk(14%, 0%, 72%, 24%) |
| LAB | lab(74.2 -27.5 63.0) |
| LCH | lch(74.2 68.7 113.6) |
| OKLCH | oklch(0.768 0.162 120.0) |
Copy-ready code
/* CSS */
color: #a7c237;
background-color: #a7c237;
/* Tailwind (arbitrary) */
class="text-[#a7c237] bg-[#a7c237]"
/* SCSS */
$brand: #a7c237;
/* SwiftUI */
Color(red: 0.655, green: 0.761, blue: 0.216)
/* Android */
Color.parseColor("#a7c237")Accessibility — WCAG contrast
Aa
#a7c237 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c237 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green76.1%
Blue21.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow71.6%
Key (black)23.9%
Color previews
#a7c237 text on a black background
contrast 10.41:1
Card sample
#a7c237 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c237;
Background color
Panel with #a7c237 background
background-color: #a7c237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 194, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 194, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c237; background: linear-gradient(135deg, #a7c237, #4AC237);