#4f5d2f
a dark, soft green · cool · closest name: darkslategray
RGB
79, 93, 47
HSL
78°, 33%, 28%
CMYK
15, 0, 50, 64
Luminance
0.0970
Every format
| HEX | #4f5d2f |
| RGB | rgb(79, 93, 47) |
| HSL | hsl(78, 33%, 28%) |
| CMYK | cmyk(15%, 0%, 50%, 64%) |
| LAB | lab(37.3 -13.8 24.5) |
| LCH | lch(37.3 28.2 119.4) |
| OKLCH | oklch(0.455 0.070 123.1) |
Copy-ready code
/* CSS */
color: #4f5d2f;
background-color: #4f5d2f;
/* Tailwind (arbitrary) */
class="text-[#4f5d2f] bg-[#4f5d2f]"
/* SCSS */
$brand: #4f5d2f;
/* SwiftUI */
Color(red: 0.310, green: 0.365, blue: 0.184)
/* Android */
Color.parseColor("#4f5d2f")Accessibility — WCAG contrast
Aa
#4f5d2f on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f5d2f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green36.5%
Blue18.4%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow49.5%
Key (black)63.5%
Color previews
#4f5d2f text on a black background
contrast 2.94:1
Card sample
#4f5d2f text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5d2f;
Background color
Panel with #4f5d2f background
background-color: #4f5d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 93, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 93, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5d2f; background: linear-gradient(135deg, #4f5d2f, #305D2F);