#7eb10f
a dark, electric green · cool · closest name: olivedrab
RGB
126, 177, 15
HSL
79°, 84%, 38%
CMYK
29, 0, 92, 31
Luminance
0.3591
Every format
| HEX | #7eb10f |
| RGB | rgb(126, 177, 15) |
| HSL | hsl(79, 84%, 38%) |
| CMYK | cmyk(29%, 0%, 92%, 31%) |
| LAB | lab(66.5 -37.6 65.6) |
| LCH | lch(66.5 75.6 119.8) |
| OKLCH | oklch(0.698 0.178 127.7) |
Copy-ready code
/* CSS */
color: #7eb10f;
background-color: #7eb10f;
/* Tailwind (arbitrary) */
class="text-[#7eb10f] bg-[#7eb10f]"
/* SCSS */
$brand: #7eb10f;
/* SwiftUI */
Color(red: 0.494, green: 0.694, blue: 0.059)
/* Android */
Color.parseColor("#7eb10f")Accessibility — WCAG contrast
Aa
#7eb10f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb10f on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.4%
Blue5.9%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow91.5%
Key (black)30.6%
Color previews
#7eb10f text on a black background
contrast 8.18:1
Card sample
#7eb10f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb10f;
Background color
Panel with #7eb10f background
background-color: #7eb10f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb10f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 177, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 177, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb10f; background: linear-gradient(135deg, #7eb10f, #12B10F);