#4d6b1f
a dark, vivid green · cool · closest name: olivedrab
RGB
77, 107, 31
HSL
84°, 55%, 27%
CMYK
28, 0, 71, 58
Luminance
0.1219
Every format
| HEX | #4d6b1f |
| RGB | rgb(77, 107, 31) |
| HSL | hsl(84, 55%, 27%) |
| CMYK | cmyk(28%, 0%, 71%, 58%) |
| LAB | lab(41.5 -23.8 37.5) |
| LCH | lch(41.5 44.4 122.4) |
| OKLCH | oklch(0.488 0.109 128.5) |
Copy-ready code
/* CSS */
color: #4d6b1f;
background-color: #4d6b1f;
/* Tailwind (arbitrary) */
class="text-[#4d6b1f] bg-[#4d6b1f]"
/* SCSS */
$brand: #4d6b1f;
/* SwiftUI */
Color(red: 0.302, green: 0.420, blue: 0.122)
/* Android */
Color.parseColor("#4d6b1f")Accessibility — WCAG contrast
Aa
#4d6b1f on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d6b1f on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green42.0%
Blue12.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow71.0%
Key (black)58.0%
Color previews
#4d6b1f text on a black background
contrast 3.44:1
Card sample
#4d6b1f text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d6b1f;
Background color
Panel with #4d6b1f background
background-color: #4d6b1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d6b1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 107, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 107, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d6b1f; background: linear-gradient(135deg, #4d6b1f, #1F6B24);