#391166
a deep, vivid violet · warm · closest name: midnightblue
RGB
57, 17, 102
HSL
268°, 71%, 23%
CMYK
44, 83, 0, 60
Luminance
0.0223
Every format
| HEX | #391166 |
| RGB | rgb(57, 17, 102) |
| HSL | hsl(268, 71%, 23%) |
| CMYK | cmyk(44%, 83%, 0%, 60%) |
| LAB | lab(16.6 37.2 -41.6) |
| LCH | lch(16.6 55.8 311.8) |
| OKLCH | oklch(0.298 0.136 299.0) |
Copy-ready code
/* CSS */
color: #391166;
background-color: #391166;
/* Tailwind (arbitrary) */
class="text-[#391166] bg-[#391166]"
/* SCSS */
$brand: #391166;
/* SwiftUI */
Color(red: 0.224, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#391166")Accessibility — WCAG contrast
Aa
#391166 on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391166 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green6.7%
Blue40.0%
CMYK percentages
Cyan44.1%
Magenta83.3%
Yellow0.0%
Key (black)60.0%
Color previews
#391166 text on a black background
contrast 1.45:1
Card sample
#391166 text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391166;
Background color
Panel with #391166 background
background-color: #391166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391166; background: linear-gradient(135deg, #391166, #66115A);