#7e9e3f
a dark, soft green · cool · closest name: olivedrab
RGB
126, 158, 63
HSL
80°, 43%, 43%
CMYK
20, 0, 60, 38
Luminance
0.2925
Every format
| HEX | #7e9e3f |
| RGB | rgb(126, 158, 63) |
| HSL | hsl(80, 43%, 43%) |
| CMYK | cmyk(20%, 0%, 60%, 38%) |
| LAB | lab(61.0 -26.2 45.0) |
| LCH | lch(61.0 52.0 120.2) |
| OKLCH | oklch(0.655 0.128 125.5) |
Copy-ready code
/* CSS */
color: #7e9e3f;
background-color: #7e9e3f;
/* Tailwind (arbitrary) */
class="text-[#7e9e3f] bg-[#7e9e3f]"
/* SCSS */
$brand: #7e9e3f;
/* SwiftUI */
Color(red: 0.494, green: 0.620, blue: 0.247)
/* Android */
Color.parseColor("#7e9e3f")Accessibility — WCAG contrast
Aa
#7e9e3f on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e9e3f on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green62.0%
Blue24.7%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow60.1%
Key (black)38.0%
Color previews
#7e9e3f text on a black background
contrast 6.85:1
Card sample
#7e9e3f text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e9e3f;
Background color
Panel with #7e9e3f background
background-color: #7e9e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e9e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 158, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 158, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e9e3f; background: linear-gradient(135deg, #7e9e3f, #3F9E3F);