#a8d721
a balanced, vivid green · cool · closest name: yellow
RGB
168, 215, 33
HSL
76°, 73%, 49%
CMYK
22, 0, 85, 16
Luminance
0.5704
Every format
| HEX | #a8d721 |
| RGB | rgb(168, 215, 33) |
| HSL | hsl(76, 73%, 49%) |
| CMYK | cmyk(22%, 0%, 85%, 16%) |
| LAB | lab(80.2 -37.7 74.7) |
| LCH | lch(80.2 83.7 116.8) |
| OKLCH | oklch(0.817 0.196 124.4) |
Copy-ready code
/* CSS */
color: #a8d721;
background-color: #a8d721;
/* Tailwind (arbitrary) */
class="text-[#a8d721] bg-[#a8d721]"
/* SCSS */
$brand: #a8d721;
/* SwiftUI */
Color(red: 0.659, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#a8d721")Accessibility — WCAG contrast
Aa
#a8d721 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8d721 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green84.3%
Blue12.9%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#a8d721 text on a black background
contrast 12.41:1
Card sample
#a8d721 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8d721;
Background color
Panel with #a8d721 background
background-color: #a8d721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8d721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8d721; background: linear-gradient(135deg, #a8d721, #2FD721);