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