#abcc0f
a dark, electric green · cool · closest name: yellow
RGB
171, 204, 15
HSL
71°, 86%, 43%
CMYK
16, 0, 93, 20
Luminance
0.5188
Every format
| HEX | #abcc0f |
| RGB | rgb(171, 204, 15) |
| HSL | hsl(71, 86%, 43%) |
| CMYK | cmyk(16%, 0%, 93%, 20%) |
| LAB | lab(77.2 -31.9 75.4) |
| LCH | lch(77.2 81.9 112.9) |
| OKLCH | oklch(0.793 0.187 120.8) |
Copy-ready code
/* CSS */
color: #abcc0f;
background-color: #abcc0f;
/* Tailwind (arbitrary) */
class="text-[#abcc0f] bg-[#abcc0f]"
/* SCSS */
$brand: #abcc0f;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.059)
/* Android */
Color.parseColor("#abcc0f")Accessibility — WCAG contrast
Aa
#abcc0f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcc0f on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue5.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow92.6%
Key (black)20.0%
Color previews
#abcc0f text on a black background
contrast 11.38:1
Card sample
#abcc0f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcc0f;
Background color
Panel with #abcc0f background
background-color: #abcc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcc0f; background: linear-gradient(135deg, #abcc0f, #2DCC0F);