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