#3f032b
a deep, electric magenta / pink · warm · closest name: black
RGB
63, 3, 43
HSL
320°, 91%, 13%
CMYK
0, 95, 32, 75
Luminance
0.0130
Every format
| HEX | #3f032b |
| RGB | rgb(63, 3, 43) |
| HSL | hsl(320, 91%, 13%) |
| CMYK | cmyk(0%, 95%, 32%, 75%) |
| LAB | lab(11.3 31.6 -9.1) |
| LCH | lch(11.3 32.9 343.9) |
| OKLCH | oklch(0.248 0.099 345.9) |
Copy-ready code
/* CSS */
color: #3f032b;
background-color: #3f032b;
/* Tailwind (arbitrary) */
class="text-[#3f032b] bg-[#3f032b]"
/* SCSS */
$brand: #3f032b;
/* SwiftUI */
Color(red: 0.247, green: 0.012, blue: 0.169)
/* Android */
Color.parseColor("#3f032b")Accessibility — WCAG contrast
Aa
#3f032b on white: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f032b on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green1.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow31.7%
Key (black)75.3%
Color previews
#3f032b text on a black background
contrast 1.26:1
Card sample
#3f032b text on a white background
contrast 16.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f032b;
Background color
Panel with #3f032b background
background-color: #3f032b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f032b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 3, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 3, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f032b; background: linear-gradient(135deg, #3f032b, #3F0303);