#a6fd39
a balanced, electric green · cool · closest name: lime
RGB
166, 253, 57
HSL
87°, 98%, 61%
CMYK
34, 0, 78, 1
Luminance
0.7865
Every format
| HEX | #a6fd39 |
| RGB | rgb(166, 253, 57) |
| HSL | hsl(87, 98%, 61%) |
| CMYK | cmyk(34%, 0%, 78%, 1%) |
| LAB | lab(91.1 -53.7 78.3) |
| LCH | lch(91.1 95.0 124.4) |
| OKLCH | oklch(0.905 0.231 131.4) |
Copy-ready code
/* CSS */
color: #a6fd39;
background-color: #a6fd39;
/* Tailwind (arbitrary) */
class="text-[#a6fd39] bg-[#a6fd39]"
/* SCSS */
$brand: #a6fd39;
/* SwiftUI */
Color(red: 0.651, green: 0.992, blue: 0.224)
/* Android */
Color.parseColor("#a6fd39")Accessibility — WCAG contrast
Aa
#a6fd39 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fd39 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green99.2%
Blue22.4%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow77.5%
Key (black)0.8%
Color previews
#a6fd39 text on a black background
contrast 16.73:1
Card sample
#a6fd39 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fd39;
Background color
Panel with #a6fd39 background
background-color: #a6fd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 253, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 253, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fd39; background: linear-gradient(135deg, #a6fd39, #39FD4F);