#3f024c
a deep, electric violet · warm · closest name: midnightblue
RGB
63, 2, 76
HSL
290°, 95%, 15%
CMYK
17, 97, 0, 70
Luminance
0.0162
Every format
| HEX | #3f024c |
| RGB | rgb(63, 2, 76) |
| HSL | hsl(290, 95%, 15%) |
| CMYK | cmyk(17%, 97%, 0%, 70%) |
| LAB | lab(13.4 37.8 -29.4) |
| LCH | lch(13.4 47.9 322.1) |
| OKLCH | oklch(0.270 0.127 319.3) |
Copy-ready code
/* CSS */
color: #3f024c;
background-color: #3f024c;
/* Tailwind (arbitrary) */
class="text-[#3f024c] bg-[#3f024c]"
/* SCSS */
$brand: #3f024c;
/* SwiftUI */
Color(red: 0.247, green: 0.008, blue: 0.298)
/* Android */
Color.parseColor("#3f024c")Accessibility — WCAG contrast
Aa
#3f024c on white: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f024c on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green0.8%
Blue29.8%
CMYK percentages
Cyan17.1%
Magenta97.4%
Yellow0.0%
Key (black)70.2%
Color previews
#3f024c text on a black background
contrast 1.32:1
Card sample
#3f024c text on a white background
contrast 15.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f024c;
Background color
Panel with #3f024c background
background-color: #3f024c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f024c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 2, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 2, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f024c; background: linear-gradient(135deg, #3f024c, #4C0228);