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