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