#abcf19
a balanced, electric green · cool · closest name: yellow
RGB
171, 207, 25
HSL
72°, 78%, 46%
CMYK
17, 0, 88, 19
Luminance
0.5335
Every format
| HEX | #abcf19 |
| RGB | rgb(171, 207, 25) |
| HSL | hsl(72, 78%, 46%) |
| CMYK | cmyk(17%, 0%, 88%, 19%) |
| LAB | lab(78.1 -33.1 74.6) |
| LCH | lch(78.1 81.6 113.9) |
| OKLCH | oklch(0.800 0.188 121.6) |
Copy-ready code
/* CSS */
color: #abcf19;
background-color: #abcf19;
/* Tailwind (arbitrary) */
class="text-[#abcf19] bg-[#abcf19]"
/* SCSS */
$brand: #abcf19;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.098)
/* Android */
Color.parseColor("#abcf19")Accessibility — WCAG contrast
Aa
#abcf19 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf19 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue9.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow87.9%
Key (black)18.8%
Color previews
#abcf19 text on a black background
contrast 11.67:1
Card sample
#abcf19 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf19;
Background color
Panel with #abcf19 background
background-color: #abcf19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf19; background: linear-gradient(135deg, #abcf19, #32CF19);