#31103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
49, 16, 60
HSL
285°, 58%, 15%
CMYK
18, 73, 0, 77
Luminance
0.0135
Every format
| HEX | #31103c |
| RGB | rgb(49, 16, 60) |
| HSL | hsl(285, 58%, 15%) |
| CMYK | cmyk(18%, 73%, 0%, 77%) |
| LAB | lab(11.6 24.9 -21.1) |
| LCH | lch(11.6 32.6 319.7) |
| OKLCH | oklch(0.249 0.086 316.7) |
Copy-ready code
/* CSS */
color: #31103c;
background-color: #31103c;
/* Tailwind (arbitrary) */
class="text-[#31103c] bg-[#31103c]"
/* SCSS */
$brand: #31103c;
/* SwiftUI */
Color(red: 0.192, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#31103c")Accessibility — WCAG contrast
Aa
#31103c on white: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#31103c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan18.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#31103c text on a black background
contrast 1.27:1
Card sample
#31103c text on a white background
contrast 16.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31103c;
Background color
Panel with #31103c background
background-color: #31103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31103c; background: linear-gradient(135deg, #31103c, #3C102A);