#a1f621
a balanced, electric green · cool · closest name: lime
RGB
161, 246, 33
HSL
84°, 92%, 55%
CMYK
35, 0, 87, 4
Luminance
0.7360
Every format
| HEX | #a1f621 |
| RGB | rgb(161, 246, 33) |
| HSL | hsl(84, 92%, 55%) |
| CMYK | cmyk(35%, 0%, 87%, 4%) |
| LAB | lab(88.7 -53.5 81.8) |
| LCH | lch(88.7 97.7 123.2) |
| OKLCH | oklch(0.885 0.234 130.8) |
Copy-ready code
/* CSS */
color: #a1f621;
background-color: #a1f621;
/* Tailwind (arbitrary) */
class="text-[#a1f621] bg-[#a1f621]"
/* SCSS */
$brand: #a1f621;
/* SwiftUI */
Color(red: 0.631, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#a1f621")Accessibility — WCAG contrast
Aa
#a1f621 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1f621 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green96.5%
Blue12.9%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#a1f621 text on a black background
contrast 15.72:1
Card sample
#a1f621 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1f621;
Background color
Panel with #a1f621 background
background-color: #a1f621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1f621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1f621; background: linear-gradient(135deg, #a1f621, #21F62F);