#3b4433
a deep, muted green · cool · closest name: darkslategray
RGB
59, 68, 51
HSL
92°, 14%, 23%
CMYK
13, 0, 25, 73
Luminance
0.0530
Every format
| HEX | #3b4433 |
| RGB | rgb(59, 68, 51) |
| HSL | hsl(92, 14%, 23%) |
| CMYK | cmyk(13%, 0%, 25%, 73%) |
| LAB | lab(27.6 -7.4 9.1) |
| LCH | lch(27.6 11.7 129.1) |
| OKLCH | oklch(0.373 0.030 130.5) |
Copy-ready code
/* CSS */
color: #3b4433;
background-color: #3b4433;
/* Tailwind (arbitrary) */
class="text-[#3b4433] bg-[#3b4433]"
/* SCSS */
$brand: #3b4433;
/* SwiftUI */
Color(red: 0.231, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#3b4433")Accessibility — WCAG contrast
Aa
#3b4433 on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b4433 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green26.7%
Blue20.0%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow25.0%
Key (black)73.3%
Color previews
#3b4433 text on a black background
contrast 2.06:1
Card sample
#3b4433 text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4433;
Background color
Panel with #3b4433 background
background-color: #3b4433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4433; background: linear-gradient(135deg, #3b4433, #334436);