#3f032f
a deep, electric magenta / pink · warm · closest name: black
RGB
63, 3, 47
HSL
316°, 91%, 13%
CMYK
0, 95, 25, 75
Luminance
0.0133
Every format
| HEX | #3f032f |
| RGB | rgb(63, 3, 47) |
| HSL | hsl(316, 91%, 13%) |
| CMYK | cmyk(0%, 95%, 25%, 75%) |
| LAB | lab(11.5 32.2 -11.7) |
| LCH | lch(11.5 34.3 340.0) |
| OKLCH | oklch(0.250 0.102 342.0) |
Copy-ready code
/* CSS */
color: #3f032f;
background-color: #3f032f;
/* Tailwind (arbitrary) */
class="text-[#3f032f] bg-[#3f032f]"
/* SCSS */
$brand: #3f032f;
/* SwiftUI */
Color(red: 0.247, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#3f032f")Accessibility — WCAG contrast
Aa
#3f032f on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f032f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green1.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow25.4%
Key (black)75.3%
Color previews
#3f032f text on a black background
contrast 1.27:1
Card sample
#3f032f text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f032f;
Background color
Panel with #3f032f background
background-color: #3f032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f032f; background: linear-gradient(135deg, #3f032f, #3F0307);