#7eb11f
a dark, vivid green · cool · closest name: olivedrab
RGB
126, 177, 31
HSL
81°, 70%, 41%
CMYK
29, 0, 83, 31
Luminance
0.3598
Every format
| HEX | #7eb11f |
| RGB | rgb(126, 177, 31) |
| HSL | hsl(81, 70%, 41%) |
| CMYK | cmyk(29%, 0%, 83%, 31%) |
| LAB | lab(66.5 -37.1 62.3) |
| LCH | lch(66.5 72.5 120.8) |
| OKLCH | oklch(0.699 0.173 128.1) |
Copy-ready code
/* CSS */
color: #7eb11f;
background-color: #7eb11f;
/* Tailwind (arbitrary) */
class="text-[#7eb11f] bg-[#7eb11f]"
/* SCSS */
$brand: #7eb11f;
/* SwiftUI */
Color(red: 0.494, green: 0.694, blue: 0.122)
/* Android */
Color.parseColor("#7eb11f")Accessibility — WCAG contrast
Aa
#7eb11f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb11f on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.4%
Blue12.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow82.5%
Key (black)30.6%
Color previews
#7eb11f text on a black background
contrast 8.20:1
Card sample
#7eb11f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb11f;
Background color
Panel with #7eb11f background
background-color: #7eb11f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb11f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 177, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 177, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb11f; background: linear-gradient(135deg, #7eb11f, #1FB121);