#4f8331
a dark, vivid green · cool · closest name: olivedrab
RGB
79, 131, 49
HSL
98°, 46%, 35%
CMYK
40, 0, 63, 49
Luminance
0.1812
Every format
| HEX | #4f8331 |
| RGB | rgb(79, 131, 49) |
| HSL | hsl(98, 46%, 35%) |
| CMYK | cmyk(40%, 0%, 63%, 49%) |
| LAB | lab(49.6 -32.8 38.0) |
| LCH | lch(49.6 50.2 130.8) |
| OKLCH | oklch(0.555 0.127 135.8) |
Copy-ready code
/* CSS */
color: #4f8331;
background-color: #4f8331;
/* Tailwind (arbitrary) */
class="text-[#4f8331] bg-[#4f8331]"
/* SCSS */
$brand: #4f8331;
/* SwiftUI */
Color(red: 0.310, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#4f8331")Accessibility — WCAG contrast
Aa
#4f8331 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f8331 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green51.4%
Blue19.2%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow62.6%
Key (black)48.6%
Color previews
#4f8331 text on a black background
contrast 4.62:1
Card sample
#4f8331 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8331;
Background color
Panel with #4f8331 background
background-color: #4f8331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8331; background: linear-gradient(135deg, #4f8331, #31834A);