#4b6f13
a dark, vivid green · cool · closest name: olivedrab
RGB
75, 111, 19
HSL
84°, 71%, 26%
CMYK
32, 0, 83, 57
Luminance
0.1291
Every format
| HEX | #4b6f13 |
| RGB | rgb(75, 111, 19) |
| HSL | hsl(84, 71%, 26%) |
| CMYK | cmyk(32%, 0%, 83%, 57%) |
| LAB | lab(42.6 -27.4 43.1) |
| LCH | lch(42.6 51.1 122.4) |
| OKLCH | oklch(0.496 0.123 129.5) |
Copy-ready code
/* CSS */
color: #4b6f13;
background-color: #4b6f13;
/* Tailwind (arbitrary) */
class="text-[#4b6f13] bg-[#4b6f13]"
/* SCSS */
$brand: #4b6f13;
/* SwiftUI */
Color(red: 0.294, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#4b6f13")Accessibility — WCAG contrast
Aa
#4b6f13 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b6f13 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green43.5%
Blue7.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow82.9%
Key (black)56.5%
Color previews
#4b6f13 text on a black background
contrast 3.58:1
Card sample
#4b6f13 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6f13;
Background color
Panel with #4b6f13 background
background-color: #4b6f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6f13; background: linear-gradient(135deg, #4b6f13, #136F18);