#a7ff69
a light, electric green · cool · closest name: lime
RGB
167, 255, 105
HSL
95°, 100%, 71%
CMYK
35, 0, 59, 0
Luminance
0.8076
Every format
| HEX | #a7ff69 |
| RGB | rgb(167, 255, 105) |
| HSL | hsl(95, 100%, 71%) |
| CMYK | cmyk(35%, 0%, 59%, 0%) |
| LAB | lab(92.0 -50.9 62.0) |
| LCH | lch(92.0 80.2 129.4) |
| OKLCH | oklch(0.914 0.202 134.3) |
Copy-ready code
/* CSS */
color: #a7ff69;
background-color: #a7ff69;
/* Tailwind (arbitrary) */
class="text-[#a7ff69] bg-[#a7ff69]"
/* SCSS */
$brand: #a7ff69;
/* SwiftUI */
Color(red: 0.655, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#a7ff69")Accessibility — WCAG contrast
Aa
#a7ff69 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ff69 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green100.0%
Blue41.2%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#a7ff69 text on a black background
contrast 17.15:1
Card sample
#a7ff69 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ff69;
Background color
Panel with #a7ff69 background
background-color: #a7ff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ff69; background: linear-gradient(135deg, #a7ff69, #69FF8F);