#441144
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
68, 17, 68
HSL
300°, 60%, 17%
CMYK
0, 75, 0, 73
Luminance
0.0205
Every format
| HEX | #441144 |
| RGB | rgb(68, 17, 68) |
| HSL | hsl(300, 60%, 17%) |
| CMYK | cmyk(0%, 75%, 0%, 73%) |
| LAB | lab(15.7 31.6 -20.0) |
| LCH | lch(15.7 37.4 327.7) |
| OKLCH | oklch(0.287 0.104 327.9) |
Copy-ready code
/* CSS */
color: #441144;
background-color: #441144;
/* Tailwind (arbitrary) */
class="text-[#441144] bg-[#441144]"
/* SCSS */
$brand: #441144;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#441144")Accessibility — WCAG contrast
Aa
#441144 on white: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441144 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow0.0%
Key (black)73.3%
Color previews
#441144 text on a black background
contrast 1.41:1
Card sample
#441144 text on a white background
contrast 14.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441144;
Background color
Panel with #441144 background
background-color: #441144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441144; background: linear-gradient(135deg, #441144, #441122);