#442244
a deep, soft magenta / pink · warm · closest name: black
RGB
68, 34, 68
HSL
300°, 33%, 20%
CMYK
0, 50, 0, 73
Luminance
0.0279
Every format
| HEX | #442244 |
| RGB | rgb(68, 34, 68) |
| HSL | hsl(300, 33%, 20%) |
| CMYK | cmyk(0%, 50%, 0%, 73%) |
| LAB | lab(19.2 22.3 -14.6) |
| LCH | lch(19.2 26.6 326.8) |
| OKLCH | oklch(0.312 0.073 327.2) |
Copy-ready code
/* CSS */
color: #442244;
background-color: #442244;
/* Tailwind (arbitrary) */
class="text-[#442244] bg-[#442244]"
/* SCSS */
$brand: #442244;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#442244")Accessibility — WCAG contrast
Aa
#442244 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442244 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)73.3%
Color previews
#442244 text on a black background
contrast 1.56:1
Card sample
#442244 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442244;
Background color
Panel with #442244 background
background-color: #442244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442244; background: linear-gradient(135deg, #442244, #44222D);