#a1d821
a balanced, vivid green · cool · closest name: yellow
RGB
161, 216, 33
HSL
78°, 74%, 49%
CMYK
26, 0, 85, 15
Luminance
0.5680
Every format
| HEX | #a1d821 |
| RGB | rgb(161, 216, 33) |
| HSL | hsl(78, 74%, 49%) |
| CMYK | cmyk(26%, 0%, 85%, 15%) |
| LAB | lab(80.1 -40.9 74.5) |
| LCH | lch(80.1 84.9 118.8) |
| OKLCH | oklch(0.814 0.200 126.4) |
Copy-ready code
/* CSS */
color: #a1d821;
background-color: #a1d821;
/* Tailwind (arbitrary) */
class="text-[#a1d821] bg-[#a1d821]"
/* SCSS */
$brand: #a1d821;
/* SwiftUI */
Color(red: 0.631, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#a1d821")Accessibility — WCAG contrast
Aa
#a1d821 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1d821 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green84.7%
Blue12.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#a1d821 text on a black background
contrast 12.36:1
Card sample
#a1d821 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1d821;
Background color
Panel with #a1d821 background
background-color: #a1d821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1d821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1d821; background: linear-gradient(135deg, #a1d821, #27D821);