#abd607
a dark, electric green · cool · closest name: yellow
RGB
171, 214, 7
HSL
73°, 94%, 43%
CMYK
20, 0, 97, 16
Luminance
0.5677
Every format
| HEX | #abd607 |
| RGB | rgb(171, 214, 7) |
| HSL | hsl(73, 94%, 43%) |
| CMYK | cmyk(20%, 0%, 97%, 16%) |
| LAB | lab(80.0 -36.6 78.5) |
| LCH | lch(80.0 86.6 115.0) |
| OKLCH | oklch(0.816 0.199 123.1) |
Copy-ready code
/* CSS */
color: #abd607;
background-color: #abd607;
/* Tailwind (arbitrary) */
class="text-[#abd607] bg-[#abd607]"
/* SCSS */
$brand: #abd607;
/* SwiftUI */
Color(red: 0.671, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#abd607")Accessibility — WCAG contrast
Aa
#abd607 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd607 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green83.9%
Blue2.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#abd607 text on a black background
contrast 12.35:1
Card sample
#abd607 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd607;
Background color
Panel with #abd607 background
background-color: #abd607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd607; background: linear-gradient(135deg, #abd607, #21D607);