#7ab70f
a dark, electric green · cool · closest name: olivedrab
RGB
122, 183, 15
HSL
82°, 85%, 39%
CMYK
33, 0, 92, 28
Luminance
0.3804
Every format
| HEX | #7ab70f |
| RGB | rgb(122, 183, 15) |
| HSL | hsl(82, 85%, 39%) |
| CMYK | cmyk(33%, 0%, 92%, 28%) |
| LAB | lab(68.0 -41.7 66.8) |
| LCH | lch(68.0 78.8 122.0) |
| OKLCH | oklch(0.711 0.187 129.8) |
Copy-ready code
/* CSS */
color: #7ab70f;
background-color: #7ab70f;
/* Tailwind (arbitrary) */
class="text-[#7ab70f] bg-[#7ab70f]"
/* SCSS */
$brand: #7ab70f;
/* SwiftUI */
Color(red: 0.478, green: 0.718, blue: 0.059)
/* Android */
Color.parseColor("#7ab70f")Accessibility — WCAG contrast
Aa
#7ab70f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab70f on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green71.8%
Blue5.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow91.8%
Key (black)28.2%
Color previews
#7ab70f text on a black background
contrast 8.61:1
Card sample
#7ab70f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab70f;
Background color
Panel with #7ab70f background
background-color: #7ab70f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab70f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 183, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 183, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab70f; background: linear-gradient(135deg, #7ab70f, #0FB714);