#44094b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
68, 9, 75
HSL
294°, 79%, 17%
CMYK
9, 88, 0, 71
Luminance
0.0193
Every format
| HEX | #44094b |
| RGB | rgb(68, 9, 75) |
| HSL | hsl(294, 79%, 17%) |
| CMYK | cmyk(9%, 88%, 0%, 71%) |
| LAB | lab(15.1 36.1 -25.8) |
| LCH | lch(15.1 44.3 324.4) |
| OKLCH | oklch(0.284 0.120 323.2) |
Copy-ready code
/* CSS */
color: #44094b;
background-color: #44094b;
/* Tailwind (arbitrary) */
class="text-[#44094b] bg-[#44094b]"
/* SCSS */
$brand: #44094b;
/* SwiftUI */
Color(red: 0.267, green: 0.035, blue: 0.294)
/* Android */
Color.parseColor("#44094b")Accessibility — WCAG contrast
Aa
#44094b on white: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44094b on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green3.5%
Blue29.4%
CMYK percentages
Cyan9.3%
Magenta88.0%
Yellow0.0%
Key (black)70.6%
Color previews
#44094b text on a black background
contrast 1.39:1
Card sample
#44094b text on a white background
contrast 15.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44094b;
Background color
Panel with #44094b background
background-color: #44094b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44094b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 9, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 9, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44094b; background: linear-gradient(135deg, #44094b, #4B0926);