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