#440430
a deep, electric magenta / pink · warm · closest name: black
RGB
68, 4, 48
HSL
319°, 89%, 14%
CMYK
0, 94, 29, 73
Luminance
0.0153
Every format
| HEX | #440430 |
| RGB | rgb(68, 4, 48) |
| HSL | hsl(319, 89%, 14%) |
| CMYK | cmyk(0%, 94%, 29%, 73%) |
| LAB | lab(12.8 33.2 -10.3) |
| LCH | lch(12.8 34.8 342.7) |
| OKLCH | oklch(0.262 0.105 344.7) |
Copy-ready code
/* CSS */
color: #440430;
background-color: #440430;
/* Tailwind (arbitrary) */
class="text-[#440430] bg-[#440430]"
/* SCSS */
$brand: #440430;
/* SwiftUI */
Color(red: 0.267, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#440430")Accessibility — WCAG contrast
Aa
#440430 on white: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440430 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow29.4%
Key (black)73.3%
Color previews
#440430 text on a black background
contrast 1.31:1
Card sample
#440430 text on a white background
contrast 16.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440430;
Background color
Panel with #440430 background
background-color: #440430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440430; background: linear-gradient(135deg, #440430, #440405);