#4f5533
a dark, soft green · cool · closest name: darkslategray
RGB
79, 85, 51
HSL
71°, 25%, 27%
CMYK
7, 0, 40, 67
Luminance
0.0840
Every format
| HEX | #4f5533 |
| RGB | rgb(79, 85, 51) |
| HSL | hsl(71, 25%, 27%) |
| CMYK | cmyk(7%, 0%, 40%, 67%) |
| LAB | lab(34.8 -8.7 19.1) |
| LCH | lch(34.8 20.9 114.5) |
| OKLCH | oklch(0.435 0.052 116.8) |
Copy-ready code
/* CSS */
color: #4f5533;
background-color: #4f5533;
/* Tailwind (arbitrary) */
class="text-[#4f5533] bg-[#4f5533]"
/* SCSS */
$brand: #4f5533;
/* SwiftUI */
Color(red: 0.310, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#4f5533")Accessibility — WCAG contrast
Aa
#4f5533 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f5533 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green33.3%
Blue20.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow40.0%
Key (black)66.7%
Color previews
#4f5533 text on a black background
contrast 2.68:1
Card sample
#4f5533 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5533;
Background color
Panel with #4f5533 background
background-color: #4f5533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5533; background: linear-gradient(135deg, #4f5533, #385533);