#4b6913
a deep, vivid green · cool · closest name: olivedrab
RGB
75, 105, 19
HSL
81°, 69%, 24%
CMYK
29, 0, 82, 59
Luminance
0.1165
Every format
| HEX | #4b6913 |
| RGB | rgb(75, 105, 19) |
| HSL | hsl(81, 69%, 24%) |
| CMYK | cmyk(29%, 0%, 82%, 59%) |
| LAB | lab(40.6 -24.4 41.3) |
| LCH | lch(40.6 48.0 120.6) |
| OKLCH | oklch(0.480 0.115 127.6) |
Copy-ready code
/* CSS */
color: #4b6913;
background-color: #4b6913;
/* Tailwind (arbitrary) */
class="text-[#4b6913] bg-[#4b6913]"
/* SCSS */
$brand: #4b6913;
/* SwiftUI */
Color(red: 0.294, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#4b6913")Accessibility — WCAG contrast
Aa
#4b6913 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b6913 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green41.2%
Blue7.5%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow81.9%
Key (black)58.8%
Color previews
#4b6913 text on a black background
contrast 3.33:1
Card sample
#4b6913 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6913;
Background color
Panel with #4b6913 background
background-color: #4b6913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6913; background: linear-gradient(135deg, #4b6913, #136914);