#37166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
55, 22, 111
HSL
262°, 67%, 26%
CMYK
51, 80, 0, 57
Luminance
0.0253
Every format
| HEX | #37166f |
| RGB | rgb(55, 22, 111) |
| HSL | hsl(262, 67%, 26%) |
| CMYK | cmyk(51%, 80%, 0%, 57%) |
| LAB | lab(18.1 37.1 -45.2) |
| LCH | lch(18.1 58.4 309.4) |
| OKLCH | oklch(0.310 0.141 293.2) |
Copy-ready code
/* CSS */
color: #37166f;
background-color: #37166f;
/* Tailwind (arbitrary) */
class="text-[#37166f] bg-[#37166f]"
/* SCSS */
$brand: #37166f;
/* SwiftUI */
Color(red: 0.216, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#37166f")Accessibility — WCAG contrast
Aa
#37166f on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#37166f on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green8.6%
Blue43.5%
CMYK percentages
Cyan50.5%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#37166f text on a black background
contrast 1.51:1
Card sample
#37166f text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37166f;
Background color
Panel with #37166f background
background-color: #37166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37166f; background: linear-gradient(135deg, #37166f, #6F166C);