#4f562e
a dark, soft green · cool · closest name: darkslategray
RGB
79, 86, 46
HSL
71°, 30%, 26%
CMYK
8, 0, 47, 66
Luminance
0.0852
Every format
| HEX | #4f562e |
| RGB | rgb(79, 86, 46) |
| HSL | hsl(71, 30%, 26%) |
| CMYK | cmyk(8%, 0%, 47%, 66%) |
| LAB | lab(35.0 -9.9 22.3) |
| LCH | lch(35.0 24.4 114.0) |
| OKLCH | oklch(0.436 0.061 117.1) |
Copy-ready code
/* CSS */
color: #4f562e;
background-color: #4f562e;
/* Tailwind (arbitrary) */
class="text-[#4f562e] bg-[#4f562e]"
/* SCSS */
$brand: #4f562e;
/* SwiftUI */
Color(red: 0.310, green: 0.337, blue: 0.180)
/* Android */
Color.parseColor("#4f562e")Accessibility — WCAG contrast
Aa
#4f562e on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f562e on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green33.7%
Blue18.0%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow46.5%
Key (black)66.3%
Color previews
#4f562e text on a black background
contrast 2.70:1
Card sample
#4f562e text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f562e;
Background color
Panel with #4f562e background
background-color: #4f562e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f562e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 86, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 86, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f562e; background: linear-gradient(135deg, #4f562e, #34562E);