#abfd07
a balanced, electric green · cool · closest name: yellow
RGB
171, 253, 7
HSL
80°, 98%, 51%
CMYK
32, 0, 97, 1
Luminance
0.7892
Every format
| HEX | #abfd07 |
| RGB | rgb(171, 253, 7) |
| HSL | hsl(80, 98%, 51%) |
| CMYK | cmyk(32%, 0%, 97%, 1%) |
| LAB | lab(91.2 -53.2 87.1) |
| LCH | lch(91.2 102.1 121.4) |
| OKLCH | oklch(0.906 0.241 129.5) |
Copy-ready code
/* CSS */
color: #abfd07;
background-color: #abfd07;
/* Tailwind (arbitrary) */
class="text-[#abfd07] bg-[#abfd07]"
/* SCSS */
$brand: #abfd07;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.027)
/* Android */
Color.parseColor("#abfd07")Accessibility — WCAG contrast
Aa
#abfd07 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd07 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue2.7%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow97.2%
Key (black)0.8%
Color previews
#abfd07 text on a black background
contrast 16.78:1
Card sample
#abfd07 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd07;
Background color
Panel with #abfd07 background
background-color: #abfd07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd07; background: linear-gradient(135deg, #abfd07, #07FD07);