#3f0d49
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
63, 13, 73
HSL
290°, 70%, 17%
CMYK
14, 82, 0, 71
Luminance
0.0183
Every format
| HEX | #3f0d49 |
| RGB | rgb(63, 13, 73) |
| HSL | hsl(290, 70%, 17%) |
| CMYK | cmyk(14%, 82%, 0%, 71%) |
| LAB | lab(14.6 33.0 -25.4) |
| LCH | lch(14.6 41.7 322.4) |
| OKLCH | oklch(0.278 0.112 320.3) |
Copy-ready code
/* CSS */
color: #3f0d49;
background-color: #3f0d49;
/* Tailwind (arbitrary) */
class="text-[#3f0d49] bg-[#3f0d49]"
/* SCSS */
$brand: #3f0d49;
/* SwiftUI */
Color(red: 0.247, green: 0.051, blue: 0.286)
/* Android */
Color.parseColor("#3f0d49")Accessibility — WCAG contrast
Aa
#3f0d49 on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0d49 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green5.1%
Blue28.6%
CMYK percentages
Cyan13.7%
Magenta82.2%
Yellow0.0%
Key (black)71.4%
Color previews
#3f0d49 text on a black background
contrast 1.37:1
Card sample
#3f0d49 text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0d49;
Background color
Panel with #3f0d49 background
background-color: #3f0d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 13, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 13, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0d49; background: linear-gradient(135deg, #3f0d49, #490D2B);