#abf585
a light, electric green · cool · closest name: khaki
RGB
171, 245, 133
HSL
100°, 85%, 74%
CMYK
30, 0, 46, 4
Luminance
0.7566
Every format
| HEX | #abf585 |
| RGB | rgb(171, 245, 133) |
| HSL | hsl(100, 85%, 74%) |
| CMYK | cmyk(30%, 0%, 46%, 4%) |
| LAB | lab(89.7 -42.3 46.6) |
| LCH | lch(89.7 62.9 132.2) |
| OKLCH | oklch(0.897 0.162 135.8) |
Copy-ready code
/* CSS */
color: #abf585;
background-color: #abf585;
/* Tailwind (arbitrary) */
class="text-[#abf585] bg-[#abf585]"
/* SCSS */
$brand: #abf585;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.522)
/* Android */
Color.parseColor("#abf585")Accessibility — WCAG contrast
Aa
#abf585 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf585 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue52.2%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow45.7%
Key (black)3.9%
Color previews
#abf585 text on a black background
contrast 16.13:1
Card sample
#abf585 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf585;
Background color
Panel with #abf585 background
background-color: #abf585;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf585;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf585; background: linear-gradient(135deg, #abf585, #85F5AA);