#441b52
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 27, 82
HSL
285°, 51%, 21%
CMYK
17, 67, 0, 68
Luminance
0.0262
Every format
| HEX | #441b52 |
| RGB | rgb(68, 27, 82) |
| HSL | hsl(285, 51%, 21%) |
| CMYK | cmyk(17%, 67%, 0%, 68%) |
| LAB | lab(18.5 29.6 -25.3) |
| LCH | lch(18.5 38.9 319.5) |
| OKLCH | oklch(0.310 0.103 316.6) |
Copy-ready code
/* CSS */
color: #441b52;
background-color: #441b52;
/* Tailwind (arbitrary) */
class="text-[#441b52] bg-[#441b52]"
/* SCSS */
$brand: #441b52;
/* SwiftUI */
Color(red: 0.267, green: 0.106, blue: 0.322)
/* Android */
Color.parseColor("#441b52")Accessibility — WCAG contrast
Aa
#441b52 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441b52 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green10.6%
Blue32.2%
CMYK percentages
Cyan17.1%
Magenta67.1%
Yellow0.0%
Key (black)67.8%
Color previews
#441b52 text on a black background
contrast 1.52:1
Card sample
#441b52 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441b52;
Background color
Panel with #441b52 background
background-color: #441b52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441b52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 27, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 27, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441b52; background: linear-gradient(135deg, #441b52, #521B3B);