#4b5d4b
a dark, muted green · cool · closest name: darkslategray
RGB
75, 93, 75
HSL
120°, 11%, 33%
CMYK
19, 0, 19, 64
Luminance
0.0983
Every format
| HEX | #4b5d4b |
| RGB | rgb(75, 93, 75) |
| HSL | hsl(120, 11%, 33%) |
| CMYK | cmyk(19%, 0%, 19%, 64%) |
| LAB | lab(37.5 -10.9 8.1) |
| LCH | lch(37.5 13.6 143.3) |
| OKLCH | oklch(0.458 0.036 145.0) |
Copy-ready code
/* CSS */
color: #4b5d4b;
background-color: #4b5d4b;
/* Tailwind (arbitrary) */
class="text-[#4b5d4b] bg-[#4b5d4b]"
/* SCSS */
$brand: #4b5d4b;
/* SwiftUI */
Color(red: 0.294, green: 0.365, blue: 0.294)
/* Android */
Color.parseColor("#4b5d4b")Accessibility — WCAG contrast
Aa
#4b5d4b on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b5d4b on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green36.5%
Blue29.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow19.4%
Key (black)63.5%
Color previews
#4b5d4b text on a black background
contrast 2.97:1
Card sample
#4b5d4b text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b5d4b;
Background color
Panel with #4b5d4b background
background-color: #4b5d4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b5d4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 93, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 93, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b5d4b; background: linear-gradient(135deg, #4b5d4b, #4B5D57);