#abcf2a
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 42
HSL
73°, 66%, 49%
CMYK
17, 0, 80, 19
Luminance
0.5345
Every format
| HEX | #abcf2a |
| RGB | rgb(171, 207, 42) |
| HSL | hsl(73, 66%, 49%) |
| CMYK | cmyk(17%, 0%, 80%, 19%) |
| LAB | lab(78.1 -32.6 70.8) |
| LCH | lch(78.1 78.0 114.7) |
| OKLCH | oklch(0.800 0.182 121.9) |
Copy-ready code
/* CSS */
color: #abcf2a;
background-color: #abcf2a;
/* Tailwind (arbitrary) */
class="text-[#abcf2a] bg-[#abcf2a]"
/* SCSS */
$brand: #abcf2a;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.165)
/* Android */
Color.parseColor("#abcf2a")Accessibility — WCAG contrast
Aa
#abcf2a on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf2a on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue16.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow79.7%
Key (black)18.8%
Color previews
#abcf2a text on a black background
contrast 11.69:1
Card sample
#abcf2a text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf2a;
Background color
Panel with #abcf2a background
background-color: #abcf2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf2a; background: linear-gradient(135deg, #abcf2a, #3DCF2A);