#abdc49
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 220, 73
HSL
80°, 68%, 58%
CMYK
22, 0, 67, 14
Luminance
0.6033
Every format
| HEX | #abdc49 |
| RGB | rgb(171, 220, 73) |
| HSL | hsl(80, 68%, 58%) |
| CMYK | cmyk(22%, 0%, 67%, 14%) |
| LAB | lab(82.0 -36.9 64.2) |
| LCH | lch(82.0 74.1 119.9) |
| OKLCH | oklch(0.832 0.180 126.0) |
Copy-ready code
/* CSS */
color: #abdc49;
background-color: #abdc49;
/* Tailwind (arbitrary) */
class="text-[#abdc49] bg-[#abdc49]"
/* SCSS */
$brand: #abdc49;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#abdc49")Accessibility — WCAG contrast
Aa
#abdc49 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdc49 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue28.6%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow66.8%
Key (black)13.7%
Color previews
#abdc49 text on a black background
contrast 13.07:1
Card sample
#abdc49 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdc49;
Background color
Panel with #abdc49 background
background-color: #abdc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdc49; background: linear-gradient(135deg, #abdc49, #49DC49);