#a6ff63
a light, electric green · cool · closest name: lime
RGB
166, 255, 99
HSL
94°, 100%, 69%
CMYK
35, 0, 61, 0
Luminance
0.8053
Every format
| HEX | #a6ff63 |
| RGB | rgb(166, 255, 99) |
| HSL | hsl(94, 100%, 69%) |
| CMYK | cmyk(35%, 0%, 61%, 0%) |
| LAB | lab(91.9 -51.7 64.4) |
| LCH | lch(91.9 82.6 128.8) |
| OKLCH | oklch(0.913 0.207 134.0) |
Copy-ready code
/* CSS */
color: #a6ff63;
background-color: #a6ff63;
/* Tailwind (arbitrary) */
class="text-[#a6ff63] bg-[#a6ff63]"
/* SCSS */
$brand: #a6ff63;
/* SwiftUI */
Color(red: 0.651, green: 1.000, blue: 0.388)
/* Android */
Color.parseColor("#a6ff63")Accessibility — WCAG contrast
Aa
#a6ff63 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ff63 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green100.0%
Blue38.8%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow61.2%
Key (black)0.0%
Color previews
#a6ff63 text on a black background
contrast 17.11:1
Card sample
#a6ff63 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ff63;
Background color
Panel with #a6ff63 background
background-color: #a6ff63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ff63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 255, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 255, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ff63; background: linear-gradient(135deg, #a6ff63, #63FF88);