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