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