#abce2b
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 206, 43
HSL
73°, 66%, 49%
CMYK
17, 0, 79, 19
Luminance
0.5297
Every format
| HEX | #abce2b |
| RGB | rgb(171, 206, 43) |
| HSL | hsl(73, 66%, 49%) |
| CMYK | cmyk(17%, 0%, 79%, 19%) |
| LAB | lab(77.9 -32.1 70.3) |
| LCH | lch(77.9 77.3 114.5) |
| OKLCH | oklch(0.798 0.181 121.7) |
Copy-ready code
/* CSS */
color: #abce2b;
background-color: #abce2b;
/* Tailwind (arbitrary) */
class="text-[#abce2b] bg-[#abce2b]"
/* SCSS */
$brand: #abce2b;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.169)
/* Android */
Color.parseColor("#abce2b")Accessibility — WCAG contrast
Aa
#abce2b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce2b on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue16.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow79.1%
Key (black)19.2%
Color previews
#abce2b text on a black background
contrast 11.59:1
Card sample
#abce2b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce2b;
Background color
Panel with #abce2b background
background-color: #abce2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce2b; background: linear-gradient(135deg, #abce2b, #3ECE2B);