#441069
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 16, 105
HSL
275°, 74%, 24%
CMYK
35, 85, 0, 59
Luminance
0.0262
Every format
| HEX | #441069 |
| RGB | rgb(68, 16, 105) |
| HSL | hsl(275, 74%, 24%) |
| CMYK | cmyk(35%, 85%, 0%, 59%) |
| LAB | lab(18.4 40.3 -40.6) |
| LCH | lch(18.4 57.2 314.8) |
| OKLCH | oklch(0.315 0.143 305.9) |
Copy-ready code
/* CSS */
color: #441069;
background-color: #441069;
/* Tailwind (arbitrary) */
class="text-[#441069] bg-[#441069]"
/* SCSS */
$brand: #441069;
/* SwiftUI */
Color(red: 0.267, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#441069")Accessibility — WCAG contrast
Aa
#441069 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441069 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.3%
Blue41.2%
CMYK percentages
Cyan35.2%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#441069 text on a black background
contrast 1.52:1
Card sample
#441069 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441069;
Background color
Panel with #441069 background
background-color: #441069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441069; background: linear-gradient(135deg, #441069, #691053);