#7ac608
a dark, electric green · cool · closest name: green
RGB
122, 198, 8
HSL
84°, 92%, 40%
CMYK
38, 0, 96, 22
Luminance
0.4454
Every format
| HEX | #7ac608 |
| RGB | rgb(122, 198, 8) |
| HSL | hsl(84, 92%, 40%) |
| CMYK | cmyk(38%, 0%, 96%, 22%) |
| LAB | lab(72.6 -48.1 71.3) |
| LCH | lch(72.6 86.1 124.0) |
| OKLCH | oklch(0.748 0.205 131.9) |
Copy-ready code
/* CSS */
color: #7ac608;
background-color: #7ac608;
/* Tailwind (arbitrary) */
class="text-[#7ac608] bg-[#7ac608]"
/* SCSS */
$brand: #7ac608;
/* SwiftUI */
Color(red: 0.478, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#7ac608")Accessibility — WCAG contrast
Aa
#7ac608 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac608 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.6%
Blue3.1%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow96.0%
Key (black)22.4%
Color previews
#7ac608 text on a black background
contrast 9.91:1
Card sample
#7ac608 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac608;
Background color
Panel with #7ac608 background
background-color: #7ac608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac608; background: linear-gradient(135deg, #7ac608, #08C615);