#4d6b0f
a deep, electric green · cool · closest name: olivedrab
RGB
77, 107, 15
HSL
80°, 75%, 24%
CMYK
28, 0, 86, 58
Luminance
0.1213
Every format
| HEX | #4d6b0f |
| RGB | rgb(77, 107, 15) |
| HSL | hsl(80, 75%, 24%) |
| CMYK | cmyk(28%, 0%, 86%, 58%) |
| LAB | lab(41.4 -24.7 43.3) |
| LCH | lch(41.4 49.9 119.7) |
| OKLCH | oklch(0.487 0.119 127.1) |
Copy-ready code
/* CSS */
color: #4d6b0f;
background-color: #4d6b0f;
/* Tailwind (arbitrary) */
class="text-[#4d6b0f] bg-[#4d6b0f]"
/* SCSS */
$brand: #4d6b0f;
/* SwiftUI */
Color(red: 0.302, green: 0.420, blue: 0.059)
/* Android */
Color.parseColor("#4d6b0f")Accessibility — WCAG contrast
Aa
#4d6b0f on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d6b0f on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green42.0%
Blue5.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow86.0%
Key (black)58.0%
Color previews
#4d6b0f text on a black background
contrast 3.43:1
Card sample
#4d6b0f text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d6b0f;
Background color
Panel with #4d6b0f background
background-color: #4d6b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d6b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 107, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 107, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d6b0f; background: linear-gradient(135deg, #4d6b0f, #106B0F);