#a7ff76
a light, electric green · cool · closest name: khaki
RGB
167, 255, 118
HSL
99°, 100%, 73%
CMYK
35, 0, 54, 0
Luminance
0.8104
Every format
| HEX | #a7ff76 |
| RGB | rgb(167, 255, 118) |
| HSL | hsl(99, 100%, 73%) |
| CMYK | cmyk(35%, 0%, 54%, 0%) |
| LAB | lab(92.2 -49.6 56.5) |
| LCH | lch(92.2 75.2 131.3) |
| OKLCH | oklch(0.915 0.192 135.7) |
Copy-ready code
/* CSS */
color: #a7ff76;
background-color: #a7ff76;
/* Tailwind (arbitrary) */
class="text-[#a7ff76] bg-[#a7ff76]"
/* SCSS */
$brand: #a7ff76;
/* SwiftUI */
Color(red: 0.655, green: 1.000, blue: 0.463)
/* Android */
Color.parseColor("#a7ff76")Accessibility — WCAG contrast
Aa
#a7ff76 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ff76 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green100.0%
Blue46.3%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow53.7%
Key (black)0.0%
Color previews
#a7ff76 text on a black background
contrast 17.21:1
Card sample
#a7ff76 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ff76;
Background color
Panel with #a7ff76 background
background-color: #a7ff76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ff76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 255, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 255, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ff76; background: linear-gradient(135deg, #a7ff76, #76FFA0);