#a6f47a
a light, electric green · cool · closest name: khaki
RGB
166, 244, 122
HSL
98°, 85%, 72%
CMYK
32, 0, 50, 4
Luminance
0.7421
Every format
| HEX | #a6f47a |
| RGB | rgb(166, 244, 122) |
| HSL | hsl(98, 85%, 72%) |
| CMYK | cmyk(32%, 0%, 50%, 4%) |
| LAB | lab(89.0 -44.8 50.9) |
| LCH | lch(89.0 67.8 131.4) |
| OKLCH | oklch(0.890 0.174 135.4) |
Copy-ready code
/* CSS */
color: #a6f47a;
background-color: #a6f47a;
/* Tailwind (arbitrary) */
class="text-[#a6f47a] bg-[#a6f47a]"
/* SCSS */
$brand: #a6f47a;
/* SwiftUI */
Color(red: 0.651, green: 0.957, blue: 0.478)
/* Android */
Color.parseColor("#a6f47a")Accessibility — WCAG contrast
Aa
#a6f47a on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f47a on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green95.7%
Blue47.8%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow50.0%
Key (black)4.3%
Color previews
#a6f47a text on a black background
contrast 15.84:1
Card sample
#a6f47a text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f47a;
Background color
Panel with #a6f47a background
background-color: #a6f47a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f47a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 244, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 244, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f47a; background: linear-gradient(135deg, #a6f47a, #7AF4A0);