#a8c922
a balanced, vivid green · cool · closest name: olivedrab
RGB
168, 201, 34
HSL
72°, 71%, 46%
CMYK
16, 0, 83, 21
Luminance
0.5021
Every format
| HEX | #a8c922 |
| RGB | rgb(168, 201, 34) |
| HSL | hsl(72, 71%, 46%) |
| CMYK | cmyk(16%, 0%, 83%, 21%) |
| LAB | lab(76.2 -31.3 71.1) |
| LCH | lch(76.2 77.7 113.7) |
| OKLCH | oklch(0.784 0.180 121.2) |
Copy-ready code
/* CSS */
color: #a8c922;
background-color: #a8c922;
/* Tailwind (arbitrary) */
class="text-[#a8c922] bg-[#a8c922]"
/* SCSS */
$brand: #a8c922;
/* SwiftUI */
Color(red: 0.659, green: 0.788, blue: 0.133)
/* Android */
Color.parseColor("#a8c922")Accessibility — WCAG contrast
Aa
#a8c922 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8c922 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green78.8%
Blue13.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow83.1%
Key (black)21.2%
Color previews
#a8c922 text on a black background
contrast 11.04:1
Card sample
#a8c922 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8c922;
Background color
Panel with #a8c922 background
background-color: #a8c922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8c922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 201, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 201, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8c922; background: linear-gradient(135deg, #a8c922, #39C922);