#441166
a deep, vivid violet · warm · closest name: midnightblue
RGB
68, 17, 102
HSL
276°, 71%, 23%
CMYK
33, 83, 0, 60
Luminance
0.0259
Every format
| HEX | #441166 |
| RGB | rgb(68, 17, 102) |
| HSL | hsl(276, 71%, 23%) |
| CMYK | cmyk(33%, 83%, 0%, 60%) |
| LAB | lab(18.3 39.2 -38.8) |
| LCH | lch(18.3 55.2 315.3) |
| OKLCH | oklch(0.314 0.139 307.1) |
Copy-ready code
/* CSS */
color: #441166;
background-color: #441166;
/* Tailwind (arbitrary) */
class="text-[#441166] bg-[#441166]"
/* SCSS */
$brand: #441166;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#441166")Accessibility — WCAG contrast
Aa
#441166 on white: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441166 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta83.3%
Yellow0.0%
Key (black)60.0%
Color previews
#441166 text on a black background
contrast 1.52:1
Card sample
#441166 text on a white background
contrast 13.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441166;
Background color
Panel with #441166 background
background-color: #441166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441166; background: linear-gradient(135deg, #441166, #66114F);