#abd52f
a balanced, vivid green · cool · closest name: yellow
RGB
171, 213, 47
HSL
75°, 66%, 51%
CMYK
20, 0, 78, 17
Luminance
0.5645
Every format
| HEX | #abd52f |
| RGB | rgb(171, 213, 47) |
| HSL | hsl(75, 66%, 51%) |
| CMYK | cmyk(20%, 0%, 78%, 17%) |
| LAB | lab(79.9 -35.1 71.0) |
| LCH | lch(79.9 79.2 116.3) |
| OKLCH | oklch(0.815 0.187 123.5) |
Copy-ready code
/* CSS */
color: #abd52f;
background-color: #abd52f;
/* Tailwind (arbitrary) */
class="text-[#abd52f] bg-[#abd52f]"
/* SCSS */
$brand: #abd52f;
/* SwiftUI */
Color(red: 0.671, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#abd52f")Accessibility — WCAG contrast
Aa
#abd52f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd52f on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green83.5%
Blue18.4%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow77.9%
Key (black)16.5%
Color previews
#abd52f text on a black background
contrast 12.29:1
Card sample
#abd52f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd52f;
Background color
Panel with #abd52f background
background-color: #abd52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd52f; background: linear-gradient(135deg, #abd52f, #3CD52F);