#3a4e44
a dark, muted green · cool · closest name: darkslategray
RGB
58, 78, 68
HSL
150°, 15%, 27%
CMYK
26, 0, 13, 69
Luminance
0.0677
Every format
| HEX | #3a4e44 |
| RGB | rgb(58, 78, 68) |
| HSL | hsl(150, 15%, 27%) |
| CMYK | cmyk(26%, 0%, 13%, 69%) |
| LAB | lab(31.3 -10.2 3.4) |
| LCH | lch(31.3 10.8 161.6) |
| OKLCH | oklch(0.404 0.030 163.0) |
Copy-ready code
/* CSS */
color: #3a4e44;
background-color: #3a4e44;
/* Tailwind (arbitrary) */
class="text-[#3a4e44] bg-[#3a4e44]"
/* SCSS */
$brand: #3a4e44;
/* SwiftUI */
Color(red: 0.227, green: 0.306, blue: 0.267)
/* Android */
Color.parseColor("#3a4e44")Accessibility — WCAG contrast
Aa
#3a4e44 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a4e44 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green30.6%
Blue26.7%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow12.8%
Key (black)69.4%
Color previews
#3a4e44 text on a black background
contrast 2.35:1
Card sample
#3a4e44 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a4e44;
Background color
Panel with #3a4e44 background
background-color: #3a4e44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a4e44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 78, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 78, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a4e44; background: linear-gradient(135deg, #3a4e44, #3A4B4E);