#44664a
a dark, soft green · cool · closest name: darkslategray
RGB
68, 102, 74
HSL
131°, 20%, 33%
CMYK
33, 0, 28, 60
Luminance
0.1123
Every format
| HEX | #44664a |
| RGB | rgb(68, 102, 74) |
| HSL | hsl(131, 20%, 33%) |
| CMYK | cmyk(33%, 0%, 28%, 60%) |
| LAB | lab(40.0 -18.7 12.0) |
| LCH | lch(40.0 22.3 147.3) |
| OKLCH | oklch(0.476 0.060 149.2) |
Copy-ready code
/* CSS */
color: #44664a;
background-color: #44664a;
/* Tailwind (arbitrary) */
class="text-[#44664a] bg-[#44664a]"
/* SCSS */
$brand: #44664a;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.290)
/* Android */
Color.parseColor("#44664a")Accessibility — WCAG contrast
Aa
#44664a on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#44664a on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue29.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow27.5%
Key (black)60.0%
Color previews
#44664a text on a black background
contrast 3.25:1
Card sample
#44664a text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44664a;
Background color
Panel with #44664a background
background-color: #44664a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44664a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44664a; background: linear-gradient(135deg, #44664a, #446661);