#a0f177
a light, electric green · cool · closest name: khaki
RGB
160, 241, 119
HSL
100°, 81%, 71%
CMYK
34, 0, 51, 6
Luminance
0.7172
Every format
| HEX | #a0f177 |
| RGB | rgb(160, 241, 119) |
| HSL | hsl(100, 81%, 71%) |
| CMYK | cmyk(34%, 0%, 51%, 6%) |
| LAB | lab(87.8 -45.9 50.8) |
| LCH | lch(87.8 68.4 132.1) |
| OKLCH | oklch(0.879 0.175 136.1) |
Copy-ready code
/* CSS */
color: #a0f177;
background-color: #a0f177;
/* Tailwind (arbitrary) */
class="text-[#a0f177] bg-[#a0f177]"
/* SCSS */
$brand: #a0f177;
/* SwiftUI */
Color(red: 0.627, green: 0.945, blue: 0.467)
/* Android */
Color.parseColor("#a0f177")Accessibility — WCAG contrast
Aa
#a0f177 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f177 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green94.5%
Blue46.7%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow50.6%
Key (black)5.5%
Color previews
#a0f177 text on a black background
contrast 15.34:1
Card sample
#a0f177 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f177;
Background color
Panel with #a0f177 background
background-color: #a0f177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 241, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 241, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f177; background: linear-gradient(135deg, #a0f177, #77F19F);