#443344
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
68, 51, 68
HSL
300°, 14%, 23%
CMYK
0, 25, 0, 73
Luminance
0.0401
Every format
| HEX | #443344 |
| RGB | rgb(68, 51, 68) |
| HSL | hsl(300, 14%, 23%) |
| CMYK | cmyk(0%, 25%, 0%, 73%) |
| LAB | lab(23.7 11.2 -7.6) |
| LCH | lch(23.7 13.5 325.6) |
| OKLCH | oklch(0.347 0.037 326.3) |
Copy-ready code
/* CSS */
color: #443344;
background-color: #443344;
/* Tailwind (arbitrary) */
class="text-[#443344] bg-[#443344]"
/* SCSS */
$brand: #443344;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#443344")Accessibility — WCAG contrast
Aa
#443344 on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443344 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow0.0%
Key (black)73.3%
Color previews
#443344 text on a black background
contrast 1.80:1
Card sample
#443344 text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443344;
Background color
Panel with #443344 background
background-color: #443344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443344; background: linear-gradient(135deg, #443344, #443339);