#a8fa72
a light, electric green · cool · closest name: khaki
RGB
168, 250, 114
HSL
96°, 93%, 71%
CMYK
33, 0, 54, 2
Luminance
0.7791
Every format
| HEX | #a8fa72 |
| RGB | rgb(168, 250, 114) |
| HSL | hsl(96, 93%, 71%) |
| CMYK | cmyk(33%, 0%, 54%, 2%) |
| LAB | lab(90.7 -47.6 56.6) |
| LCH | lch(90.7 74.0 130.0) |
| OKLCH | oklch(0.904 0.188 134.6) |
Copy-ready code
/* CSS */
color: #a8fa72;
background-color: #a8fa72;
/* Tailwind (arbitrary) */
class="text-[#a8fa72] bg-[#a8fa72]"
/* SCSS */
$brand: #a8fa72;
/* SwiftUI */
Color(red: 0.659, green: 0.980, blue: 0.447)
/* Android */
Color.parseColor("#a8fa72")Accessibility — WCAG contrast
Aa
#a8fa72 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fa72 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green98.0%
Blue44.7%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow54.4%
Key (black)2.0%
Color previews
#a8fa72 text on a black background
contrast 16.58:1
Card sample
#a8fa72 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fa72;
Background color
Panel with #a8fa72 background
background-color: #a8fa72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fa72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 250, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 250, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fa72; background: linear-gradient(135deg, #a8fa72, #72FA97);