#443644
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
68, 54, 68
HSL
300°, 12%, 24%
CMYK
0, 21, 0, 73
Luminance
0.0428
Every format
| HEX | #443644 |
| RGB | rgb(68, 54, 68) |
| HSL | hsl(300, 12%, 24%) |
| CMYK | cmyk(0%, 21%, 0%, 73%) |
| LAB | lab(24.6 9.2 -6.3) |
| LCH | lch(24.6 11.1 325.4) |
| OKLCH | oklch(0.353 0.030 326.2) |
Copy-ready code
/* CSS */
color: #443644;
background-color: #443644;
/* Tailwind (arbitrary) */
class="text-[#443644] bg-[#443644]"
/* SCSS */
$brand: #443644;
/* SwiftUI */
Color(red: 0.267, green: 0.212, blue: 0.267)
/* Android */
Color.parseColor("#443644")Accessibility — WCAG contrast
Aa
#443644 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443644 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green21.2%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow0.0%
Key (black)73.3%
Color previews
#443644 text on a black background
contrast 1.86:1
Card sample
#443644 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443644;
Background color
Panel with #443644 background
background-color: #443644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 54, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 54, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443644; background: linear-gradient(135deg, #443644, #44363B);