#371069
a deep, vivid violet · warm · closest name: midnightblue
RGB
55, 16, 105
HSL
266°, 74%, 24%
CMYK
48, 85, 0, 59
Luminance
0.0220
Every format
| HEX | #371069 |
| RGB | rgb(55, 16, 105) |
| HSL | hsl(266, 74%, 24%) |
| CMYK | cmyk(48%, 85%, 0%, 59%) |
| LAB | lab(16.5 38.1 -43.8) |
| LCH | lch(16.5 58.1 311.0) |
| OKLCH | oklch(0.298 0.140 296.4) |
Copy-ready code
/* CSS */
color: #371069;
background-color: #371069;
/* Tailwind (arbitrary) */
class="text-[#371069] bg-[#371069]"
/* SCSS */
$brand: #371069;
/* SwiftUI */
Color(red: 0.216, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#371069")Accessibility — WCAG contrast
Aa
#371069 on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371069 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green6.3%
Blue41.2%
CMYK percentages
Cyan47.6%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#371069 text on a black background
contrast 1.44:1
Card sample
#371069 text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371069;
Background color
Panel with #371069 background
background-color: #371069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371069; background: linear-gradient(135deg, #371069, #691060);