#444e3a
a dark, muted green · cool · closest name: darkslategray
RGB
68, 78, 58
HSL
90°, 15%, 27%
CMYK
13, 0, 26, 69
Luminance
0.0698
Every format
| HEX | #444e3a |
| RGB | rgb(68, 78, 58) |
| HSL | hsl(90, 15%, 27%) |
| CMYK | cmyk(13%, 0%, 26%, 69%) |
| LAB | lab(31.8 -8.2 10.6) |
| LCH | lch(31.8 13.4 128.0) |
| OKLCH | oklch(0.409 0.035 129.5) |
Copy-ready code
/* CSS */
color: #444e3a;
background-color: #444e3a;
/* Tailwind (arbitrary) */
class="text-[#444e3a] bg-[#444e3a]"
/* SCSS */
$brand: #444e3a;
/* SwiftUI */
Color(red: 0.267, green: 0.306, blue: 0.227)
/* Android */
Color.parseColor("#444e3a")Accessibility — WCAG contrast
Aa
#444e3a on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444e3a on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green30.6%
Blue22.7%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow25.6%
Key (black)69.4%
Color previews
#444e3a text on a black background
contrast 2.40:1
Card sample
#444e3a text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444e3a;
Background color
Panel with #444e3a background
background-color: #444e3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444e3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 78, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 78, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444e3a; background: linear-gradient(135deg, #444e3a, #3A4E3D);