#a7d239
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 210, 57
HSL
77°, 63%, 52%
CMYK
21, 0, 73, 18
Luminance
0.5460
Every format
| HEX | #a7d239 |
| RGB | rgb(167, 210, 57) |
| HSL | hsl(77, 63%, 52%) |
| CMYK | cmyk(21%, 0%, 73%, 18%) |
| LAB | lab(78.8 -34.9 66.7) |
| LCH | lch(78.8 75.3 117.6) |
| OKLCH | oklch(0.805 0.180 124.3) |
Copy-ready code
/* CSS */
color: #a7d239;
background-color: #a7d239;
/* Tailwind (arbitrary) */
class="text-[#a7d239] bg-[#a7d239]"
/* SCSS */
$brand: #a7d239;
/* SwiftUI */
Color(red: 0.655, green: 0.824, blue: 0.224)
/* Android */
Color.parseColor("#a7d239")Accessibility — WCAG contrast
Aa
#a7d239 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7d239 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green82.4%
Blue22.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow72.9%
Key (black)17.6%
Color previews
#a7d239 text on a black background
contrast 11.92:1
Card sample
#a7d239 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7d239;
Background color
Panel with #a7d239 background
background-color: #a7d239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7d239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 210, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 210, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7d239; background: linear-gradient(135deg, #a7d239, #41D239);