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