#310552
a deep, electric violet · warm · closest name: midnightblue
RGB
49, 5, 82
HSL
274°, 89%, 17%
CMYK
40, 94, 0, 68
Luminance
0.0137
Every format
| HEX | #310552 |
| RGB | rgb(49, 5, 82) |
| HSL | hsl(274, 89%, 17%) |
| CMYK | cmyk(40%, 94%, 0%, 68%) |
| LAB | lab(11.8 35.6 -36.2) |
| LCH | lch(11.8 50.8 314.5) |
| OKLCH | oklch(0.256 0.125 304.0) |
Copy-ready code
/* CSS */
color: #310552;
background-color: #310552;
/* Tailwind (arbitrary) */
class="text-[#310552] bg-[#310552]"
/* SCSS */
$brand: #310552;
/* SwiftUI */
Color(red: 0.192, green: 0.020, blue: 0.322)
/* Android */
Color.parseColor("#310552")Accessibility — WCAG contrast
Aa
#310552 on white: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310552 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green2.0%
Blue32.2%
CMYK percentages
Cyan40.2%
Magenta93.9%
Yellow0.0%
Key (black)67.8%
Color previews
#310552 text on a black background
contrast 1.27:1
Card sample
#310552 text on a white background
contrast 16.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310552;
Background color
Panel with #310552 background
background-color: #310552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 5, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 5, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310552; background: linear-gradient(135deg, #310552, #520540);