#a6ef1f
a balanced, electric green · cool · closest name: yellow
RGB
166, 239, 31
HSL
81°, 87%, 53%
CMYK
31, 0, 87, 6
Luminance
0.6994
Every format
| HEX | #a6ef1f |
| RGB | rgb(166, 239, 31) |
| HSL | hsl(81, 87%, 53%) |
| CMYK | cmyk(31%, 0%, 87%, 6%) |
| LAB | lab(87.0 -48.9 80.8) |
| LCH | lch(87.0 94.4 121.2) |
| OKLCH | oklch(0.871 0.224 128.9) |
Copy-ready code
/* CSS */
color: #a6ef1f;
background-color: #a6ef1f;
/* Tailwind (arbitrary) */
class="text-[#a6ef1f] bg-[#a6ef1f]"
/* SCSS */
$brand: #a6ef1f;
/* SwiftUI */
Color(red: 0.651, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#a6ef1f")Accessibility — WCAG contrast
Aa
#a6ef1f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ef1f on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green93.7%
Blue12.2%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#a6ef1f text on a black background
contrast 14.99:1
Card sample
#a6ef1f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ef1f;
Background color
Panel with #a6ef1f background
background-color: #a6ef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ef1f; background: linear-gradient(135deg, #a6ef1f, #1FEF23);