#371663
a deep, vivid violet · warm · closest name: midnightblue
RGB
55, 22, 99
HSL
266°, 64%, 24%
CMYK
44, 78, 0, 61
Luminance
0.0229
Every format
| HEX | #371663 |
| RGB | rgb(55, 22, 99) |
| HSL | hsl(266, 64%, 24%) |
| CMYK | cmyk(44%, 78%, 0%, 61%) |
| LAB | lab(16.9 33.6 -39.2) |
| LCH | lch(16.9 51.6 310.6) |
| OKLCH | oklch(0.299 0.127 297.7) |
Copy-ready code
/* CSS */
color: #371663;
background-color: #371663;
/* Tailwind (arbitrary) */
class="text-[#371663] bg-[#371663]"
/* SCSS */
$brand: #371663;
/* SwiftUI */
Color(red: 0.216, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#371663")Accessibility — WCAG contrast
Aa
#371663 on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371663 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green8.6%
Blue38.8%
CMYK percentages
Cyan44.4%
Magenta77.8%
Yellow0.0%
Key (black)61.2%
Color previews
#371663 text on a black background
contrast 1.46:1
Card sample
#371663 text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371663;
Background color
Panel with #371663 background
background-color: #371663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371663; background: linear-gradient(135deg, #371663, #63165C);