#3f024d
a deep, electric violet · warm · closest name: midnightblue
RGB
63, 2, 77
HSL
289°, 95%, 16%
CMYK
18, 97, 0, 70
Luminance
0.0164
Every format
| HEX | #3f024d |
| RGB | rgb(63, 2, 77) |
| HSL | hsl(289, 95%, 16%) |
| CMYK | cmyk(18%, 97%, 0%, 70%) |
| LAB | lab(13.4 38.0 -29.9) |
| LCH | lch(13.4 48.4 321.8) |
| OKLCH | oklch(0.271 0.128 318.6) |
Copy-ready code
/* CSS */
color: #3f024d;
background-color: #3f024d;
/* Tailwind (arbitrary) */
class="text-[#3f024d] bg-[#3f024d]"
/* SCSS */
$brand: #3f024d;
/* SwiftUI */
Color(red: 0.247, green: 0.008, blue: 0.302)
/* Android */
Color.parseColor("#3f024d")Accessibility — WCAG contrast
Aa
#3f024d on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f024d on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green0.8%
Blue30.2%
CMYK percentages
Cyan18.2%
Magenta97.4%
Yellow0.0%
Key (black)69.8%
Color previews
#3f024d text on a black background
contrast 1.33:1
Card sample
#3f024d text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f024d;
Background color
Panel with #3f024d background
background-color: #3f024d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f024d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 2, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 2, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f024d; background: linear-gradient(135deg, #3f024d, #4D0229);