#abf06f
a light, electric green · cool · closest name: khaki
RGB
171, 240, 111
HSL
92°, 81%, 69%
CMYK
29, 0, 54, 6
Luminance
0.7213
Every format
| HEX | #abf06f |
| RGB | rgb(171, 240, 111) |
| HSL | hsl(92, 81%, 69%) |
| CMYK | cmyk(29%, 0%, 54%, 6%) |
| LAB | lab(88.0 -42.6 54.8) |
| LCH | lch(88.0 69.4 127.8) |
| OKLCH | oklch(0.882 0.176 132.4) |
Copy-ready code
/* CSS */
color: #abf06f;
background-color: #abf06f;
/* Tailwind (arbitrary) */
class="text-[#abf06f] bg-[#abf06f]"
/* SCSS */
$brand: #abf06f;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#abf06f")Accessibility — WCAG contrast
Aa
#abf06f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf06f on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue43.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#abf06f text on a black background
contrast 15.43:1
Card sample
#abf06f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf06f;
Background color
Panel with #abf06f background
background-color: #abf06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf06f; background: linear-gradient(135deg, #abf06f, #6FF089);