#abf032
a balanced, electric green · cool · closest name: yellow
RGB
171, 240, 50
HSL
82°, 86%, 57%
CMYK
29, 0, 79, 6
Luminance
0.7121
Every format
| HEX | #abf032 |
| RGB | rgb(171, 240, 50) |
| HSL | hsl(82, 86%, 57%) |
| CMYK | cmyk(29%, 0%, 79%, 6%) |
| LAB | lab(87.6 -46.9 77.2) |
| LCH | lch(87.6 90.3 121.3) |
| OKLCH | oklch(0.877 0.216 128.5) |
Copy-ready code
/* CSS */
color: #abf032;
background-color: #abf032;
/* Tailwind (arbitrary) */
class="text-[#abf032] bg-[#abf032]"
/* SCSS */
$brand: #abf032;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#abf032")Accessibility — WCAG contrast
Aa
#abf032 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf032 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue19.6%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#abf032 text on a black background
contrast 15.24:1
Card sample
#abf032 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf032;
Background color
Panel with #abf032 background
background-color: #abf032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf032; background: linear-gradient(135deg, #abf032, #32F038);