#3f034b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
63, 3, 75
HSL
290°, 92%, 15%
CMYK
16, 96, 0, 71
Luminance
0.0163
Every format
| HEX | #3f034b |
| RGB | rgb(63, 3, 75) |
| HSL | hsl(290, 92%, 15%) |
| CMYK | cmyk(16%, 96%, 0%, 71%) |
| LAB | lab(13.4 37.2 -28.6) |
| LCH | lch(13.4 46.9 322.4) |
| OKLCH | oklch(0.270 0.125 319.8) |
Copy-ready code
/* CSS */
color: #3f034b;
background-color: #3f034b;
/* Tailwind (arbitrary) */
class="text-[#3f034b] bg-[#3f034b]"
/* SCSS */
$brand: #3f034b;
/* SwiftUI */
Color(red: 0.247, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#3f034b")Accessibility — WCAG contrast
Aa
#3f034b on white: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f034b on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green1.2%
Blue29.4%
CMYK percentages
Cyan16.0%
Magenta96.0%
Yellow0.0%
Key (black)70.6%
Color previews
#3f034b text on a black background
contrast 1.33:1
Card sample
#3f034b text on a white background
contrast 15.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f034b;
Background color
Panel with #3f034b background
background-color: #3f034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f034b; background: linear-gradient(135deg, #3f034b, #4B0327);