#3b6749
a dark, soft green · cool · closest name: darkslategray
RGB
59, 103, 73
HSL
139°, 27%, 32%
CMYK
43, 0, 29, 60
Luminance
0.1111
Every format
| HEX | #3b6749 |
| RGB | rgb(59, 103, 73) |
| HSL | hsl(139, 27%, 32%) |
| CMYK | cmyk(43%, 0%, 29%, 60%) |
| LAB | lab(39.8 -22.6 12.3) |
| LCH | lch(39.8 25.7 151.5) |
| OKLCH | oklch(0.473 0.069 153.2) |
Copy-ready code
/* CSS */
color: #3b6749;
background-color: #3b6749;
/* Tailwind (arbitrary) */
class="text-[#3b6749] bg-[#3b6749]"
/* SCSS */
$brand: #3b6749;
/* SwiftUI */
Color(red: 0.231, green: 0.404, blue: 0.286)
/* Android */
Color.parseColor("#3b6749")Accessibility — WCAG contrast
Aa
#3b6749 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b6749 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green40.4%
Blue28.6%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow29.1%
Key (black)59.6%
Color previews
#3b6749 text on a black background
contrast 3.22:1
Card sample
#3b6749 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b6749;
Background color
Panel with #3b6749 background
background-color: #3b6749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b6749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 103, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 103, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b6749; background: linear-gradient(135deg, #3b6749, #3B6766);