#3f033b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
63, 3, 59
HSL
304°, 91%, 13%
CMYK
0, 95, 6, 75
Luminance
0.0144
Every format
| HEX | #3f033b |
| RGB | rgb(63, 3, 59) |
| HSL | hsl(304, 91%, 13%) |
| CMYK | cmyk(0%, 95%, 6%, 75%) |
| LAB | lab(12.2 34.1 -19.3) |
| LCH | lch(12.2 39.2 330.6) |
| OKLCH | oklch(0.258 0.111 331.4) |
Copy-ready code
/* CSS */
color: #3f033b;
background-color: #3f033b;
/* Tailwind (arbitrary) */
class="text-[#3f033b] bg-[#3f033b]"
/* SCSS */
$brand: #3f033b;
/* SwiftUI */
Color(red: 0.247, green: 0.012, blue: 0.231)
/* Android */
Color.parseColor("#3f033b")Accessibility — WCAG contrast
Aa
#3f033b on white: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f033b on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green1.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow6.3%
Key (black)75.3%
Color previews
#3f033b text on a black background
contrast 1.29:1
Card sample
#3f033b text on a white background
contrast 16.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f033b;
Background color
Panel with #3f033b background
background-color: #3f033b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f033b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 3, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 3, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f033b; background: linear-gradient(135deg, #3f033b, #3F0313);