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