#44153f
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
68, 21, 63
HSL
306°, 53%, 18%
CMYK
0, 69, 7, 73
Luminance
0.0212
Every format
| HEX | #44153f |
| RGB | rgb(68, 21, 63) |
| HSL | hsl(306, 53%, 18%) |
| CMYK | cmyk(0%, 69%, 7%, 73%) |
| LAB | lab(16.1 28.6 -15.9) |
| LCH | lch(16.1 32.7 331.0) |
| OKLCH | oklch(0.289 0.093 332.1) |
Copy-ready code
/* CSS */
color: #44153f;
background-color: #44153f;
/* Tailwind (arbitrary) */
class="text-[#44153f] bg-[#44153f]"
/* SCSS */
$brand: #44153f;
/* SwiftUI */
Color(red: 0.267, green: 0.082, blue: 0.247)
/* Android */
Color.parseColor("#44153f")Accessibility — WCAG contrast
Aa
#44153f on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44153f on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green8.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow7.4%
Key (black)73.3%
Color previews
#44153f text on a black background
contrast 1.42:1
Card sample
#44153f text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44153f;
Background color
Panel with #44153f background
background-color: #44153f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44153f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 21, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 21, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44153f; background: linear-gradient(135deg, #44153f, #441520);