#3d0949
a deep, electric violet · warm · closest name: midnightblue
RGB
61, 9, 73
HSL
289°, 78%, 16%
CMYK
16, 88, 0, 71
Luminance
0.0167
Every format
| HEX | #3d0949 |
| RGB | rgb(61, 9, 73) |
| HSL | hsl(289, 78%, 16%) |
| CMYK | cmyk(16%, 88%, 0%, 71%) |
| LAB | lab(13.6 34.1 -26.9) |
| LCH | lch(13.6 43.4 321.8) |
| OKLCH | oklch(0.271 0.115 319.1) |
Copy-ready code
/* CSS */
color: #3d0949;
background-color: #3d0949;
/* Tailwind (arbitrary) */
class="text-[#3d0949] bg-[#3d0949]"
/* SCSS */
$brand: #3d0949;
/* SwiftUI */
Color(red: 0.239, green: 0.035, blue: 0.286)
/* Android */
Color.parseColor("#3d0949")Accessibility — WCAG contrast
Aa
#3d0949 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d0949 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green3.5%
Blue28.6%
CMYK percentages
Cyan16.4%
Magenta87.7%
Yellow0.0%
Key (black)71.4%
Color previews
#3d0949 text on a black background
contrast 1.33:1
Card sample
#3d0949 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d0949;
Background color
Panel with #3d0949 background
background-color: #3d0949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d0949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 9, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 9, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d0949; background: linear-gradient(135deg, #3d0949, #49092A);