#abf609
a balanced, electric green · cool · closest name: yellow
RGB
171, 246, 9
HSL
79°, 93%, 50%
CMYK
31, 0, 96, 4
Luminance
0.7459
Every format
| HEX | #abf609 |
| RGB | rgb(171, 246, 9) |
| HSL | hsl(79, 93%, 50%) |
| CMYK | cmyk(31%, 0%, 96%, 4%) |
| LAB | lab(89.2 -50.4 85.4) |
| LCH | lch(89.2 99.2 120.5) |
| OKLCH | oklch(0.890 0.234 128.6) |
Copy-ready code
/* CSS */
color: #abf609;
background-color: #abf609;
/* Tailwind (arbitrary) */
class="text-[#abf609] bg-[#abf609]"
/* SCSS */
$brand: #abf609;
/* SwiftUI */
Color(red: 0.671, green: 0.965, blue: 0.035)
/* Android */
Color.parseColor("#abf609")Accessibility — WCAG contrast
Aa
#abf609 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf609 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.5%
Blue3.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow96.3%
Key (black)3.5%
Color previews
#abf609 text on a black background
contrast 15.92:1
Card sample
#abf609 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf609;
Background color
Panel with #abf609 background
background-color: #abf609;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf609;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 246, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 246, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf609; background: linear-gradient(135deg, #abf609, #0DF609);