#7ab113
a dark, electric green · cool · closest name: olivedrab
RGB
122, 177, 19
HSL
81°, 81%, 38%
CMYK
31, 0, 89, 31
Luminance
0.3563
Every format
| HEX | #7ab113 |
| RGB | rgb(122, 177, 19) |
| HSL | hsl(81, 81%, 38%) |
| CMYK | cmyk(31%, 0%, 89%, 31%) |
| LAB | lab(66.2 -39.0 64.7) |
| LCH | lch(66.2 75.5 121.1) |
| OKLCH | oklch(0.696 0.179 128.8) |
Copy-ready code
/* CSS */
color: #7ab113;
background-color: #7ab113;
/* Tailwind (arbitrary) */
class="text-[#7ab113] bg-[#7ab113]"
/* SCSS */
$brand: #7ab113;
/* SwiftUI */
Color(red: 0.478, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#7ab113")Accessibility — WCAG contrast
Aa
#7ab113 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab113 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green69.4%
Blue7.5%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#7ab113 text on a black background
contrast 8.13:1
Card sample
#7ab113 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab113;
Background color
Panel with #7ab113 background
background-color: #7ab113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab113; background: linear-gradient(135deg, #7ab113, #13B115);