#abdc2d
a balanced, vivid green · cool · closest name: yellow
RGB
171, 220, 45
HSL
77°, 71%, 52%
CMYK
22, 0, 80, 14
Luminance
0.6003
Every format
| HEX | #abdc2d |
| RGB | rgb(171, 220, 45) |
| HSL | hsl(77, 71%, 52%) |
| CMYK | cmyk(22%, 0%, 80%, 14%) |
| LAB | lab(81.9 -38.4 73.3) |
| LCH | lch(81.9 82.8 117.6) |
| OKLCH | oklch(0.831 0.196 124.9) |
Copy-ready code
/* CSS */
color: #abdc2d;
background-color: #abdc2d;
/* Tailwind (arbitrary) */
class="text-[#abdc2d] bg-[#abdc2d]"
/* SCSS */
$brand: #abdc2d;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.176)
/* Android */
Color.parseColor("#abdc2d")Accessibility — WCAG contrast
Aa
#abdc2d on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdc2d on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue17.6%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow79.5%
Key (black)13.7%
Color previews
#abdc2d text on a black background
contrast 13.01:1
Card sample
#abdc2d text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdc2d;
Background color
Panel with #abdc2d background
background-color: #abdc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdc2d; background: linear-gradient(135deg, #abdc2d, #37DC2D);