#a1d721
a balanced, vivid green · cool · closest name: yellow
RGB
161, 215, 33
HSL
78°, 73%, 49%
CMYK
25, 0, 85, 16
Luminance
0.5629
Every format
| HEX | #a1d721 |
| RGB | rgb(161, 215, 33) |
| HSL | hsl(78, 73%, 49%) |
| CMYK | cmyk(25%, 0%, 85%, 16%) |
| LAB | lab(79.8 -40.4 74.2) |
| LCH | lch(79.8 84.5 118.6) |
| OKLCH | oklch(0.812 0.199 126.2) |
Copy-ready code
/* CSS */
color: #a1d721;
background-color: #a1d721;
/* Tailwind (arbitrary) */
class="text-[#a1d721] bg-[#a1d721]"
/* SCSS */
$brand: #a1d721;
/* SwiftUI */
Color(red: 0.631, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#a1d721")Accessibility — WCAG contrast
Aa
#a1d721 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1d721 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green84.3%
Blue12.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#a1d721 text on a black background
contrast 12.26:1
Card sample
#a1d721 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1d721;
Background color
Panel with #a1d721 background
background-color: #a1d721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1d721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1d721; background: linear-gradient(135deg, #a1d721, #28D721);