#4b552f
a dark, soft green · cool · closest name: darkslategray
RGB
75, 85, 47
HSL
76°, 29%, 26%
CMYK
12, 0, 45, 67
Luminance
0.0820
Every format
| HEX | #4b552f |
| RGB | rgb(75, 85, 47) |
| HSL | hsl(76, 29%, 26%) |
| CMYK | cmyk(12%, 0%, 45%, 67%) |
| LAB | lab(34.4 -11.0 20.8) |
| LCH | lch(34.4 23.6 117.9) |
| OKLCH | oklch(0.430 0.059 121.0) |
Copy-ready code
/* CSS */
color: #4b552f;
background-color: #4b552f;
/* Tailwind (arbitrary) */
class="text-[#4b552f] bg-[#4b552f]"
/* SCSS */
$brand: #4b552f;
/* SwiftUI */
Color(red: 0.294, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#4b552f")Accessibility — WCAG contrast
Aa
#4b552f on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b552f on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green33.3%
Blue18.4%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow44.7%
Key (black)66.7%
Color previews
#4b552f text on a black background
contrast 2.64:1
Card sample
#4b552f text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b552f;
Background color
Panel with #4b552f background
background-color: #4b552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b552f; background: linear-gradient(135deg, #4b552f, #32552F);