#310835
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
49, 8, 53
HSL
295°, 74%, 12%
CMYK
8, 85, 0, 79
Luminance
0.0108
Every format
| HEX | #310835 |
| RGB | rgb(49, 8, 53) |
| HSL | hsl(295, 74%, 12%) |
| CMYK | cmyk(8%, 85%, 0%, 79%) |
| LAB | lab(9.7 27.3 -19.2) |
| LCH | lch(9.7 33.4 324.9) |
| OKLCH | oklch(0.233 0.091 324.1) |
Copy-ready code
/* CSS */
color: #310835;
background-color: #310835;
/* Tailwind (arbitrary) */
class="text-[#310835] bg-[#310835]"
/* SCSS */
$brand: #310835;
/* SwiftUI */
Color(red: 0.192, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#310835")Accessibility — WCAG contrast
Aa
#310835 on white: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310835 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green3.1%
Blue20.8%
CMYK percentages
Cyan7.5%
Magenta84.9%
Yellow0.0%
Key (black)79.2%
Color previews
#310835 text on a black background
contrast 1.22:1
Card sample
#310835 text on a white background
contrast 17.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310835;
Background color
Panel with #310835 background
background-color: #310835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310835; background: linear-gradient(135deg, #310835, #35081B);