#310031
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
49, 0, 49
HSL
300°, 100%, 10%
CMYK
0, 100, 0, 81
Luminance
0.0087
Every format
| HEX | #310031 |
| RGB | rgb(49, 0, 49) |
| HSL | hsl(300, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 0%, 81%) |
| LAB | lab(7.9 30.8 -19.1) |
| LCH | lch(7.9 36.2 328.2) |
| OKLCH | oklch(0.220 0.101 328.4) |
Copy-ready code
/* CSS */
color: #310031;
background-color: #310031;
/* Tailwind (arbitrary) */
class="text-[#310031] bg-[#310031]"
/* SCSS */
$brand: #310031;
/* SwiftUI */
Color(red: 0.192, green: 0.000, blue: 0.192)
/* Android */
Color.parseColor("#310031")Accessibility — WCAG contrast
Aa
#310031 on white: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310031 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green0.0%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)80.8%
Color previews
#310031 text on a black background
contrast 1.17:1
Card sample
#310031 text on a white background
contrast 17.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310031;
Background color
Panel with #310031 background
background-color: #310031;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310031;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 0, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 0, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310031; background: linear-gradient(135deg, #310031, #310010);