#abf360
a light, electric green · cool · closest name: olivedrab
RGB
171, 243, 96
HSL
89°, 86%, 67%
CMYK
30, 0, 61, 5
Luminance
0.7360
Every format
| HEX | #abf360 |
| RGB | rgb(171, 243, 96) |
| HSL | hsl(89, 86%, 67%) |
| CMYK | cmyk(30%, 0%, 61%, 5%) |
| LAB | lab(88.7 -45.3 62.2) |
| LCH | lch(88.7 76.9 126.1) |
| OKLCH | oklch(0.887 0.192 131.4) |
Copy-ready code
/* CSS */
color: #abf360;
background-color: #abf360;
/* Tailwind (arbitrary) */
class="text-[#abf360] bg-[#abf360]"
/* SCSS */
$brand: #abf360;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#abf360")Accessibility — WCAG contrast
Aa
#abf360 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf360 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue37.6%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#abf360 text on a black background
contrast 15.72:1
Card sample
#abf360 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf360;
Background color
Panel with #abf360 background
background-color: #abf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf360; background: linear-gradient(135deg, #abf360, #60F377);