#44174f
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 23, 79
HSL
288°, 55%, 20%
CMYK
14, 71, 0, 69
Luminance
0.0241
Every format
| HEX | #44174f |
| RGB | rgb(68, 23, 79) |
| HSL | hsl(288, 55%, 20%) |
| CMYK | cmyk(14%, 71%, 0%, 69%) |
| LAB | lab(17.5 31.0 -24.8) |
| LCH | lch(17.5 39.7 321.4) |
| OKLCH | oklch(0.302 0.106 319.2) |
Copy-ready code
/* CSS */
color: #44174f;
background-color: #44174f;
/* Tailwind (arbitrary) */
class="text-[#44174f] bg-[#44174f]"
/* SCSS */
$brand: #44174f;
/* SwiftUI */
Color(red: 0.267, green: 0.090, blue: 0.310)
/* Android */
Color.parseColor("#44174f")Accessibility — WCAG contrast
Aa
#44174f on white: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44174f on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green9.0%
Blue31.0%
CMYK percentages
Cyan13.9%
Magenta70.9%
Yellow0.0%
Key (black)69.0%
Color previews
#44174f text on a black background
contrast 1.48:1
Card sample
#44174f text on a white background
contrast 14.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44174f;
Background color
Panel with #44174f background
background-color: #44174f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44174f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 23, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 23, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44174f; background: linear-gradient(135deg, #44174f, #4F1735);