#4e5d3f
a dark, soft green · cool · closest name: darkslategray
RGB
78, 93, 63
HSL
90°, 19%, 31%
CMYK
16, 0, 32, 64
Luminance
0.0981
Every format
| HEX | #4e5d3f |
| RGB | rgb(78, 93, 63) |
| HSL | hsl(90, 19%, 31%) |
| CMYK | cmyk(16%, 0%, 32%, 64%) |
| LAB | lab(37.5 -11.9 15.4) |
| LCH | lch(37.5 19.4 127.7) |
| OKLCH | oklch(0.457 0.050 129.8) |
Copy-ready code
/* CSS */
color: #4e5d3f;
background-color: #4e5d3f;
/* Tailwind (arbitrary) */
class="text-[#4e5d3f] bg-[#4e5d3f]"
/* SCSS */
$brand: #4e5d3f;
/* SwiftUI */
Color(red: 0.306, green: 0.365, blue: 0.247)
/* Android */
Color.parseColor("#4e5d3f")Accessibility — WCAG contrast
Aa
#4e5d3f on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e5d3f on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green36.5%
Blue24.7%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow32.3%
Key (black)63.5%
Color previews
#4e5d3f text on a black background
contrast 2.96:1
Card sample
#4e5d3f text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e5d3f;
Background color
Panel with #4e5d3f background
background-color: #4e5d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e5d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 93, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 93, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e5d3f; background: linear-gradient(135deg, #4e5d3f, #3F5D44);