#440036
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
68, 0, 54
HSL
312°, 100%, 13%
CMYK
0, 100, 21, 73
Luminance
0.0150
Every format
| HEX | #440036 |
| RGB | rgb(68, 0, 54) |
| HSL | hsl(312, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 21%, 73%) |
| LAB | lab(12.6 35.7 -15.0) |
| LCH | lch(12.6 38.7 337.2) |
| OKLCH | oklch(0.262 0.114 339.1) |
Copy-ready code
/* CSS */
color: #440036;
background-color: #440036;
/* Tailwind (arbitrary) */
class="text-[#440036] bg-[#440036]"
/* SCSS */
$brand: #440036;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.212)
/* Android */
Color.parseColor("#440036")Accessibility — WCAG contrast
Aa
#440036 on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440036 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.6%
Key (black)73.3%
Color previews
#440036 text on a black background
contrast 1.30:1
Card sample
#440036 text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440036;
Background color
Panel with #440036 background
background-color: #440036;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440036;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440036; background: linear-gradient(135deg, #440036, #440009);