#3a552b
a dark, soft green · cool · closest name: darkslategray
RGB
58, 85, 43
HSL
99°, 33%, 25%
CMYK
32, 0, 49, 67
Luminance
0.0757
Every format
| HEX | #3a552b |
| RGB | rgb(58, 85, 43) |
| HSL | hsl(99, 33%, 25%) |
| CMYK | cmyk(32%, 0%, 49%, 67%) |
| LAB | lab(33.1 -19.0 21.3) |
| LCH | lch(33.1 28.5 131.7) |
| OKLCH | oklch(0.416 0.073 135.3) |
Copy-ready code
/* CSS */
color: #3a552b;
background-color: #3a552b;
/* Tailwind (arbitrary) */
class="text-[#3a552b] bg-[#3a552b]"
/* SCSS */
$brand: #3a552b;
/* SwiftUI */
Color(red: 0.227, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#3a552b")Accessibility — WCAG contrast
Aa
#3a552b on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a552b on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green33.3%
Blue16.9%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#3a552b text on a black background
contrast 2.51:1
Card sample
#3a552b text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a552b;
Background color
Panel with #3a552b background
background-color: #3a552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a552b; background: linear-gradient(135deg, #3a552b, #2B5538);