#abe607
a balanced, electric green · cool · closest name: yellow
RGB
171, 230, 7
HSL
76°, 94%, 47%
CMYK
26, 0, 97, 10
Luminance
0.6527
Every format
| HEX | #abe607 |
| RGB | rgb(171, 230, 7) |
| HSL | hsl(76, 94%, 47%) |
| CMYK | cmyk(26%, 0%, 97%, 10%) |
| LAB | lab(84.6 -43.6 82.0) |
| LCH | lch(84.6 92.9 118.0) |
| OKLCH | oklch(0.853 0.216 126.2) |
Copy-ready code
/* CSS */
color: #abe607;
background-color: #abe607;
/* Tailwind (arbitrary) */
class="text-[#abe607] bg-[#abe607]"
/* SCSS */
$brand: #abe607;
/* SwiftUI */
Color(red: 0.671, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#abe607")Accessibility — WCAG contrast
Aa
#abe607 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe607 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green90.2%
Blue2.7%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#abe607 text on a black background
contrast 14.05:1
Card sample
#abe607 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe607;
Background color
Panel with #abe607 background
background-color: #abe607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe607; background: linear-gradient(135deg, #abe607, #16E607);