#440039
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
68, 0, 57
HSL
310°, 100%, 13%
CMYK
0, 100, 16, 73
Luminance
0.0152
Every format
| HEX | #440039 |
| RGB | rgb(68, 0, 57) |
| HSL | hsl(310, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 16%, 73%) |
| LAB | lab(12.8 36.1 -16.9) |
| LCH | lch(12.8 39.9 335.0) |
| OKLCH | oklch(0.264 0.116 336.6) |
Copy-ready code
/* CSS */
color: #440039;
background-color: #440039;
/* Tailwind (arbitrary) */
class="text-[#440039] bg-[#440039]"
/* SCSS */
$brand: #440039;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#440039")Accessibility — WCAG contrast
Aa
#440039 on white: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440039 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow16.2%
Key (black)73.3%
Color previews
#440039 text on a black background
contrast 1.30:1
Card sample
#440039 text on a white background
contrast 16.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440039;
Background color
Panel with #440039 background
background-color: #440039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440039; background: linear-gradient(135deg, #440039, #44000C);