#440752
a deep, electric violet · warm · closest name: midnightblue
RGB
68, 7, 82
HSL
289°, 84%, 18%
CMYK
17, 92, 0, 68
Luminance
0.0199
Every format
| HEX | #440752 |
| RGB | rgb(68, 7, 82) |
| HSL | hsl(289, 84%, 18%) |
| CMYK | cmyk(17%, 92%, 0%, 68%) |
| LAB | lab(15.4 38.2 -30.1) |
| LCH | lch(15.4 48.6 321.7) |
| OKLCH | oklch(0.288 0.129 318.8) |
Copy-ready code
/* CSS */
color: #440752;
background-color: #440752;
/* Tailwind (arbitrary) */
class="text-[#440752] bg-[#440752]"
/* SCSS */
$brand: #440752;
/* SwiftUI */
Color(red: 0.267, green: 0.027, blue: 0.322)
/* Android */
Color.parseColor("#440752")Accessibility — WCAG contrast
Aa
#440752 on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440752 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green2.7%
Blue32.2%
CMYK percentages
Cyan17.1%
Magenta91.5%
Yellow0.0%
Key (black)67.8%
Color previews
#440752 text on a black background
contrast 1.40:1
Card sample
#440752 text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440752;
Background color
Panel with #440752 background
background-color: #440752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 7, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 7, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440752; background: linear-gradient(135deg, #440752, #52072E);