#44104f
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 16, 79
HSL
290°, 66%, 19%
CMYK
14, 80, 0, 69
Luminance
0.0216
Every format
| HEX | #44104f |
| RGB | rgb(68, 16, 79) |
| HSL | hsl(290, 66%, 19%) |
| CMYK | cmyk(14%, 80%, 0%, 69%) |
| LAB | lab(16.3 34.3 -26.6) |
| LCH | lch(16.3 43.4 322.2) |
| OKLCH | oklch(0.294 0.116 320.0) |
Copy-ready code
/* CSS */
color: #44104f;
background-color: #44104f;
/* Tailwind (arbitrary) */
class="text-[#44104f] bg-[#44104f]"
/* SCSS */
$brand: #44104f;
/* SwiftUI */
Color(red: 0.267, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#44104f")Accessibility — WCAG contrast
Aa
#44104f on white: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44104f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.3%
Blue31.0%
CMYK percentages
Cyan13.9%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#44104f text on a black background
contrast 1.43:1
Card sample
#44104f text on a white background
contrast 14.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44104f;
Background color
Panel with #44104f background
background-color: #44104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44104f; background: linear-gradient(135deg, #44104f, #4F1030);