#3f1049
a deep, vivid violet · warm · closest name: midnightblue
RGB
63, 16, 73
HSL
290°, 64%, 18%
CMYK
14, 78, 0, 71
Luminance
0.0191
Every format
| HEX | #3f1049 |
| RGB | rgb(63, 16, 73) |
| HSL | hsl(290, 64%, 18%) |
| CMYK | cmyk(14%, 78%, 0%, 71%) |
| LAB | lab(15.0 31.7 -24.7) |
| LCH | lch(15.0 40.2 322.1) |
| OKLCH | oklch(0.281 0.107 320.0) |
Copy-ready code
/* CSS */
color: #3f1049;
background-color: #3f1049;
/* Tailwind (arbitrary) */
class="text-[#3f1049] bg-[#3f1049]"
/* SCSS */
$brand: #3f1049;
/* SwiftUI */
Color(red: 0.247, green: 0.063, blue: 0.286)
/* Android */
Color.parseColor("#3f1049")Accessibility — WCAG contrast
Aa
#3f1049 on white: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1049 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green6.3%
Blue28.6%
CMYK percentages
Cyan13.7%
Magenta78.1%
Yellow0.0%
Key (black)71.4%
Color previews
#3f1049 text on a black background
contrast 1.38:1
Card sample
#3f1049 text on a white background
contrast 15.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1049;
Background color
Panel with #3f1049 background
background-color: #3f1049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 16, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 16, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1049; background: linear-gradient(135deg, #3f1049, #49102D);