#3b552f
a dark, soft green · cool · closest name: darkslategray
RGB
59, 85, 47
HSL
101°, 29%, 26%
CMYK
31, 0, 45, 67
Luminance
0.0763
Every format
| HEX | #3b552f |
| RGB | rgb(59, 85, 47) |
| HSL | hsl(101, 29%, 26%) |
| CMYK | cmyk(31%, 0%, 45%, 67%) |
| LAB | lab(33.2 -17.9 19.1) |
| LCH | lch(33.2 26.2 133.2) |
| OKLCH | oklch(0.418 0.068 136.3) |
Copy-ready code
/* CSS */
color: #3b552f;
background-color: #3b552f;
/* Tailwind (arbitrary) */
class="text-[#3b552f] bg-[#3b552f]"
/* SCSS */
$brand: #3b552f;
/* SwiftUI */
Color(red: 0.231, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#3b552f")Accessibility — WCAG contrast
Aa
#3b552f on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b552f on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green33.3%
Blue18.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow44.7%
Key (black)66.7%
Color previews
#3b552f text on a black background
contrast 2.53:1
Card sample
#3b552f text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b552f;
Background color
Panel with #3b552f background
background-color: #3b552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b552f; background: linear-gradient(135deg, #3b552f, #2F553C);