#4f533d
a dark, soft green · cool · closest name: darkslategray
RGB
79, 83, 61
HSL
71°, 15%, 28%
CMYK
5, 0, 27, 68
Luminance
0.0819
Every format
| HEX | #4f533d |
| RGB | rgb(79, 83, 61) |
| HSL | hsl(71, 15%, 28%) |
| CMYK | cmyk(5%, 0%, 27%, 68%) |
| LAB | lab(34.4 -5.9 12.4) |
| LCH | lch(34.4 13.7 115.6) |
| OKLCH | oklch(0.432 0.035 116.3) |
Copy-ready code
/* CSS */
color: #4f533d;
background-color: #4f533d;
/* Tailwind (arbitrary) */
class="text-[#4f533d] bg-[#4f533d]"
/* SCSS */
$brand: #4f533d;
/* SwiftUI */
Color(red: 0.310, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#4f533d")Accessibility — WCAG contrast
Aa
#4f533d on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f533d on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green32.5%
Blue23.9%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow26.5%
Key (black)67.5%
Color previews
#4f533d text on a black background
contrast 2.64:1
Card sample
#4f533d text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f533d;
Background color
Panel with #4f533d background
background-color: #4f533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f533d; background: linear-gradient(135deg, #4f533d, #40533D);