#310f3d
a deep, vivid violet · warm · closest name: midnightblue
RGB
49, 15, 61
HSL
284°, 61%, 15%
CMYK
20, 75, 0, 76
Luminance
0.0133
Every format
| HEX | #310f3d |
| RGB | rgb(49, 15, 61) |
| HSL | hsl(284, 61%, 15%) |
| CMYK | cmyk(20%, 75%, 0%, 76%) |
| LAB | lab(11.5 25.7 -22.0) |
| LCH | lch(11.5 33.8 319.4) |
| OKLCH | oklch(0.248 0.089 316.0) |
Copy-ready code
/* CSS */
color: #310f3d;
background-color: #310f3d;
/* Tailwind (arbitrary) */
class="text-[#310f3d] bg-[#310f3d]"
/* SCSS */
$brand: #310f3d;
/* SwiftUI */
Color(red: 0.192, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#310f3d")Accessibility — WCAG contrast
Aa
#310f3d on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310f3d on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green5.9%
Blue23.9%
CMYK percentages
Cyan19.7%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#310f3d text on a black background
contrast 1.27:1
Card sample
#310f3d text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310f3d;
Background color
Panel with #310f3d background
background-color: #310f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310f3d; background: linear-gradient(135deg, #310f3d, #3D0F2A);