#abcf0b
a dark, electric green · cool · closest name: yellow
RGB
171, 207, 11
HSL
71°, 90%, 43%
CMYK
17, 0, 95, 19
Luminance
0.5331
Every format
| HEX | #abcf0b |
| RGB | rgb(171, 207, 11) |
| HSL | hsl(71, 90%, 43%) |
| CMYK | cmyk(17%, 0%, 95%, 19%) |
| LAB | lab(78.1 -33.3 76.5) |
| LCH | lch(78.1 83.5 113.5) |
| OKLCH | oklch(0.799 0.191 121.5) |
Copy-ready code
/* CSS */
color: #abcf0b;
background-color: #abcf0b;
/* Tailwind (arbitrary) */
class="text-[#abcf0b] bg-[#abcf0b]"
/* SCSS */
$brand: #abcf0b;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.043)
/* Android */
Color.parseColor("#abcf0b")Accessibility — WCAG contrast
Aa
#abcf0b on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf0b on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue4.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow94.7%
Key (black)18.8%
Color previews
#abcf0b text on a black background
contrast 11.66:1
Card sample
#abcf0b text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf0b;
Background color
Panel with #abcf0b background
background-color: #abcf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf0b; background: linear-gradient(135deg, #abcf0b, #28CF0B);