#abcb0f
a dark, electric green · cool · closest name: yellow
RGB
171, 203, 15
HSL
70°, 86%, 43%
CMYK
16, 0, 93, 20
Luminance
0.5140
Every format
| HEX | #abcb0f |
| RGB | rgb(171, 203, 15) |
| HSL | hsl(70, 86%, 43%) |
| CMYK | cmyk(16%, 0%, 93%, 20%) |
| LAB | lab(76.9 -31.4 75.2) |
| LCH | lch(76.9 81.5 112.7) |
| OKLCH | oklch(0.790 0.186 120.5) |
Copy-ready code
/* CSS */
color: #abcb0f;
background-color: #abcb0f;
/* Tailwind (arbitrary) */
class="text-[#abcb0f] bg-[#abcb0f]"
/* SCSS */
$brand: #abcb0f;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.059)
/* Android */
Color.parseColor("#abcb0f")Accessibility — WCAG contrast
Aa
#abcb0f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcb0f on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue5.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow92.6%
Key (black)20.4%
Color previews
#abcb0f text on a black background
contrast 11.28:1
Card sample
#abcb0f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcb0f;
Background color
Panel with #abcb0f background
background-color: #abcb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcb0f; background: linear-gradient(135deg, #abcb0f, #2ECB0F);