#4b5f1b
a deep, vivid green · cool · closest name: olivedrab
RGB
75, 95, 27
HSL
78°, 56%, 24%
CMYK
21, 0, 72, 63
Luminance
0.0976
Every format
| HEX | #4b5f1b |
| RGB | rgb(75, 95, 27) |
| HSL | hsl(78, 56%, 24%) |
| CMYK | cmyk(21%, 0%, 72%, 63%) |
| LAB | lab(37.4 -18.7 34.9) |
| LCH | lch(37.4 39.6 118.2) |
| OKLCH | oklch(0.454 0.096 124.3) |
Copy-ready code
/* CSS */
color: #4b5f1b;
background-color: #4b5f1b;
/* Tailwind (arbitrary) */
class="text-[#4b5f1b] bg-[#4b5f1b]"
/* SCSS */
$brand: #4b5f1b;
/* SwiftUI */
Color(red: 0.294, green: 0.373, blue: 0.106)
/* Android */
Color.parseColor("#4b5f1b")Accessibility — WCAG contrast
Aa
#4b5f1b on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b5f1b on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green37.3%
Blue10.6%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow71.6%
Key (black)62.7%
Color previews
#4b5f1b text on a black background
contrast 2.95:1
Card sample
#4b5f1b text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b5f1b;
Background color
Panel with #4b5f1b background
background-color: #4b5f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b5f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 95, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 95, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b5f1b; background: linear-gradient(135deg, #4b5f1b, #1E5F1B);