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