#4b862f
a dark, vivid green · cool · closest name: olivedrab
RGB
75, 134, 47
HSL
101°, 48%, 36%
CMYK
44, 0, 65, 48
Luminance
0.1875
Every format
| HEX | #4b862f |
| RGB | rgb(75, 134, 47) |
| HSL | hsl(101, 48%, 36%) |
| CMYK | cmyk(44%, 0%, 65%, 48%) |
| LAB | lab(50.4 -35.8 39.8) |
| LCH | lch(50.4 53.5 132.0) |
| OKLCH | oklch(0.560 0.135 137.0) |
Copy-ready code
/* CSS */
color: #4b862f;
background-color: #4b862f;
/* Tailwind (arbitrary) */
class="text-[#4b862f] bg-[#4b862f]"
/* SCSS */
$brand: #4b862f;
/* SwiftUI */
Color(red: 0.294, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#4b862f")Accessibility — WCAG contrast
Aa
#4b862f on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b862f on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green52.5%
Blue18.4%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow64.9%
Key (black)47.5%
Color previews
#4b862f text on a black background
contrast 4.75:1
Card sample
#4b862f text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b862f;
Background color
Panel with #4b862f background
background-color: #4b862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b862f; background: linear-gradient(135deg, #4b862f, #2F864D);