#310637
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
49, 6, 55
HSL
293°, 80%, 12%
CMYK
11, 89, 0, 78
Luminance
0.0106
Every format
| HEX | #310637 |
| RGB | rgb(49, 6, 55) |
| HSL | hsl(293, 80%, 12%) |
| CMYK | cmyk(11%, 89%, 0%, 78%) |
| LAB | lab(9.5 28.7 -20.9) |
| LCH | lch(9.5 35.5 323.9) |
| OKLCH | oklch(0.232 0.096 322.5) |
Copy-ready code
/* CSS */
color: #310637;
background-color: #310637;
/* Tailwind (arbitrary) */
class="text-[#310637] bg-[#310637]"
/* SCSS */
$brand: #310637;
/* SwiftUI */
Color(red: 0.192, green: 0.024, blue: 0.216)
/* Android */
Color.parseColor("#310637")Accessibility — WCAG contrast
Aa
#310637 on white: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310637 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green2.4%
Blue21.6%
CMYK percentages
Cyan10.9%
Magenta89.1%
Yellow0.0%
Key (black)78.4%
Color previews
#310637 text on a black background
contrast 1.21:1
Card sample
#310637 text on a white background
contrast 17.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310637;
Background color
Panel with #310637 background
background-color: #310637;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310637;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 6, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 6, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310637; background: linear-gradient(135deg, #310637, #37061C);