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