#31104f
a deep, vivid violet · warm · closest name: midnightblue
RGB
49, 16, 79
HSL
271°, 66%, 19%
CMYK
38, 80, 0, 69
Luminance
0.0159
Every format
| HEX | #31104f |
| RGB | rgb(49, 16, 79) |
| HSL | hsl(271, 66%, 19%) |
| CMYK | cmyk(38%, 80%, 0%, 69%) |
| LAB | lab(13.2 29.9 -31.9) |
| LCH | lch(13.2 43.7 313.1) |
| OKLCH | oklch(0.265 0.109 303.6) |
Copy-ready code
/* CSS */
color: #31104f;
background-color: #31104f;
/* Tailwind (arbitrary) */
class="text-[#31104f] bg-[#31104f]"
/* SCSS */
$brand: #31104f;
/* SwiftUI */
Color(red: 0.192, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#31104f")Accessibility — WCAG contrast
Aa
#31104f on white: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#31104f on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green6.3%
Blue31.0%
CMYK percentages
Cyan38.0%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#31104f text on a black background
contrast 1.32:1
Card sample
#31104f text on a white background
contrast 15.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31104f;
Background color
Panel with #31104f background
background-color: #31104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31104f; background: linear-gradient(135deg, #31104f, #4F1043);