#3b4f35
a dark, soft green · cool · closest name: darkslategray
RGB
59, 79, 53
HSL
106°, 20%, 26%
CMYK
25, 0, 33, 69
Luminance
0.0678
Every format
| HEX | #3b4f35 |
| RGB | rgb(59, 79, 53) |
| HSL | hsl(106, 20%, 26%) |
| CMYK | cmyk(25%, 0%, 33%, 69%) |
| LAB | lab(31.3 -13.6 12.9) |
| LCH | lch(31.3 18.7 136.4) |
| OKLCH | oklch(0.403 0.049 138.6) |
Copy-ready code
/* CSS */
color: #3b4f35;
background-color: #3b4f35;
/* Tailwind (arbitrary) */
class="text-[#3b4f35] bg-[#3b4f35]"
/* SCSS */
$brand: #3b4f35;
/* SwiftUI */
Color(red: 0.231, green: 0.310, blue: 0.208)
/* Android */
Color.parseColor("#3b4f35")Accessibility — WCAG contrast
Aa
#3b4f35 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b4f35 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green31.0%
Blue20.8%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow32.9%
Key (black)69.0%
Color previews
#3b4f35 text on a black background
contrast 2.36:1
Card sample
#3b4f35 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4f35;
Background color
Panel with #3b4f35 background
background-color: #3b4f35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4f35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 79, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 79, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4f35; background: linear-gradient(135deg, #3b4f35, #354F40);