#440758
a deep, electric violet · warm · closest name: midnightblue
RGB
68, 7, 88
HSL
285°, 85%, 19%
CMYK
23, 92, 0, 66
Luminance
0.0209
Every format
| HEX | #440758 |
| RGB | rgb(68, 7, 88) |
| HSL | hsl(285, 85%, 19%) |
| CMYK | cmyk(23%, 92%, 0%, 66%) |
| LAB | lab(15.9 39.4 -33.4) |
| LCH | lch(15.9 51.7 319.8) |
| OKLCH | oklch(0.293 0.134 315.3) |
Copy-ready code
/* CSS */
color: #440758;
background-color: #440758;
/* Tailwind (arbitrary) */
class="text-[#440758] bg-[#440758]"
/* SCSS */
$brand: #440758;
/* SwiftUI */
Color(red: 0.267, green: 0.027, blue: 0.345)
/* Android */
Color.parseColor("#440758")Accessibility — WCAG contrast
Aa
#440758 on white: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440758 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green2.7%
Blue34.5%
CMYK percentages
Cyan22.7%
Magenta92.0%
Yellow0.0%
Key (black)65.5%
Color previews
#440758 text on a black background
contrast 1.42:1
Card sample
#440758 text on a white background
contrast 14.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440758;
Background color
Panel with #440758 background
background-color: #440758;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440758;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 7, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 7, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440758; background: linear-gradient(135deg, #440758, #580736);