#7e9d2f
a dark, vivid green · cool · closest name: olivedrab
RGB
126, 157, 47
HSL
77°, 54%, 40%
CMYK
20, 0, 70, 38
Luminance
0.2875
Every format
| HEX | #7e9d2f |
| RGB | rgb(126, 157, 47) |
| HSL | hsl(77, 54%, 40%) |
| CMYK | cmyk(20%, 0%, 70%, 38%) |
| LAB | lab(60.6 -26.9 51.4) |
| LCH | lch(60.6 58.0 117.6) |
| OKLCH | oklch(0.651 0.140 123.9) |
Copy-ready code
/* CSS */
color: #7e9d2f;
background-color: #7e9d2f;
/* Tailwind (arbitrary) */
class="text-[#7e9d2f] bg-[#7e9d2f]"
/* SCSS */
$brand: #7e9d2f;
/* SwiftUI */
Color(red: 0.494, green: 0.616, blue: 0.184)
/* Android */
Color.parseColor("#7e9d2f")Accessibility — WCAG contrast
Aa
#7e9d2f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e9d2f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green61.6%
Blue18.4%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow70.1%
Key (black)38.4%
Color previews
#7e9d2f text on a black background
contrast 6.75:1
Card sample
#7e9d2f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e9d2f;
Background color
Panel with #7e9d2f background
background-color: #7e9d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e9d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 157, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 157, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e9d2f; background: linear-gradient(135deg, #7e9d2f, #359D2F);