#abf261
a light, electric green · cool · closest name: khaki
RGB
171, 242, 97
HSL
89°, 85%, 67%
CMYK
29, 0, 60, 5
Luminance
0.7303
Every format
| HEX | #abf261 |
| RGB | rgb(171, 242, 97) |
| HSL | hsl(89, 85%, 67%) |
| CMYK | cmyk(29%, 0%, 60%, 5%) |
| LAB | lab(88.5 -44.7 61.5) |
| LCH | lch(88.5 76.0 126.1) |
| OKLCH | oklch(0.885 0.190 131.3) |
Copy-ready code
/* CSS */
color: #abf261;
background-color: #abf261;
/* Tailwind (arbitrary) */
class="text-[#abf261] bg-[#abf261]"
/* SCSS */
$brand: #abf261;
/* SwiftUI */
Color(red: 0.671, green: 0.949, blue: 0.380)
/* Android */
Color.parseColor("#abf261")Accessibility — WCAG contrast
Aa
#abf261 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf261 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.9%
Blue38.0%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow59.9%
Key (black)5.1%
Color previews
#abf261 text on a black background
contrast 15.61:1
Card sample
#abf261 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf261;
Background color
Panel with #abf261 background
background-color: #abf261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 242, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 242, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf261; background: linear-gradient(135deg, #abf261, #61F278);