#3b4444
a deep, muted gray · cool · closest name: darkslategray
RGB
59, 68, 68
HSL
180°, 7%, 25%
CMYK
13, 0, 0, 73
Luminance
0.0548
Every format
| HEX | #3b4444 |
| RGB | rgb(59, 68, 68) |
| HSL | hsl(180, 7%, 25%) |
| CMYK | cmyk(13%, 0%, 0%, 73%) |
| LAB | lab(28.1 -3.7 -1.3) |
| LCH | lch(28.1 3.9 198.8) |
| OKLCH | oklch(0.379 0.012 196.7) |
Copy-ready code
/* CSS */
color: #3b4444;
background-color: #3b4444;
/* Tailwind (arbitrary) */
class="text-[#3b4444] bg-[#3b4444]"
/* SCSS */
$brand: #3b4444;
/* SwiftUI */
Color(red: 0.231, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#3b4444")Accessibility — WCAG contrast
Aa
#3b4444 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b4444 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green26.7%
Blue26.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow0.0%
Key (black)73.3%
Color previews
#3b4444 text on a black background
contrast 2.10:1
Card sample
#3b4444 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4444;
Background color
Panel with #3b4444 background
background-color: #3b4444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4444; background: linear-gradient(135deg, #3b4444, #3B3E44);