#310941
a deep, electric violet · warm · closest name: midnightblue
RGB
49, 9, 65
HSL
283°, 76%, 15%
CMYK
25, 86, 0, 75
Luminance
0.0123
Every format
| HEX | #310941 |
| RGB | rgb(49, 9, 65) |
| HSL | hsl(283, 76%, 15%) |
| CMYK | cmyk(25%, 86%, 0%, 75%) |
| LAB | lab(10.8 29.6 -26.0) |
| LCH | lch(10.8 39.4 318.7) |
| OKLCH | oklch(0.244 0.102 314.0) |
Copy-ready code
/* CSS */
color: #310941;
background-color: #310941;
/* Tailwind (arbitrary) */
class="text-[#310941] bg-[#310941]"
/* SCSS */
$brand: #310941;
/* SwiftUI */
Color(red: 0.192, green: 0.035, blue: 0.255)
/* Android */
Color.parseColor("#310941")Accessibility — WCAG contrast
Aa
#310941 on white: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310941 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green3.5%
Blue25.5%
CMYK percentages
Cyan24.6%
Magenta86.2%
Yellow0.0%
Key (black)74.5%
Color previews
#310941 text on a black background
contrast 1.25:1
Card sample
#310941 text on a white background
contrast 16.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310941;
Background color
Panel with #310941 background
background-color: #310941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 9, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 9, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310941; background: linear-gradient(135deg, #310941, #41092C);