#441b5f
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 27, 95
HSL
276°, 56%, 24%
CMYK
28, 72, 0, 63
Luminance
0.0284
Every format
| HEX | #441b5f |
| RGB | rgb(68, 27, 95) |
| HSL | hsl(276, 56%, 24%) |
| CMYK | cmyk(28%, 72%, 0%, 63%) |
| LAB | lab(19.4 32.8 -32.5) |
| LCH | lch(19.4 46.1 315.3) |
| OKLCH | oklch(0.319 0.118 308.9) |
Copy-ready code
/* CSS */
color: #441b5f;
background-color: #441b5f;
/* Tailwind (arbitrary) */
class="text-[#441b5f] bg-[#441b5f]"
/* SCSS */
$brand: #441b5f;
/* SwiftUI */
Color(red: 0.267, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#441b5f")Accessibility — WCAG contrast
Aa
#441b5f on white: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441b5f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green10.6%
Blue37.3%
CMYK percentages
Cyan28.4%
Magenta71.6%
Yellow0.0%
Key (black)62.7%
Color previews
#441b5f text on a black background
contrast 1.57:1
Card sample
#441b5f text on a white background
contrast 13.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441b5f;
Background color
Panel with #441b5f background
background-color: #441b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441b5f; background: linear-gradient(135deg, #441b5f, #5F1B4D);