#37103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
55, 16, 60
HSL
293°, 58%, 15%
CMYK
8, 73, 0, 77
Luminance
0.0151
Every format
| HEX | #37103c |
| RGB | rgb(55, 16, 60) |
| HSL | hsl(293, 58%, 15%) |
| CMYK | cmyk(8%, 73%, 0%, 77%) |
| LAB | lab(12.7 26.6 -19.4) |
| LCH | lch(12.7 32.9 324.0) |
| OKLCH | oklch(0.259 0.089 323.0) |
Copy-ready code
/* CSS */
color: #37103c;
background-color: #37103c;
/* Tailwind (arbitrary) */
class="text-[#37103c] bg-[#37103c]"
/* SCSS */
$brand: #37103c;
/* SwiftUI */
Color(red: 0.216, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#37103c")Accessibility — WCAG contrast
Aa
#37103c on white: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#37103c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green6.3%
Blue23.5%
CMYK percentages
Cyan8.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#37103c text on a black background
contrast 1.30:1
Card sample
#37103c text on a white background
contrast 16.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37103c;
Background color
Panel with #37103c background
background-color: #37103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37103c; background: linear-gradient(135deg, #37103c, #3C1024);