#3a003a
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
58, 0, 58
HSL
300°, 100%, 11%
CMYK
0, 100, 0, 77
Luminance
0.0121
Every format
| HEX | #3a003a |
| RGB | rgb(58, 0, 58) |
| HSL | hsl(300, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 0%, 77%) |
| LAB | lab(10.6 34.2 -21.2) |
| LCH | lch(10.6 40.3 328.2) |
| OKLCH | oklch(0.244 0.112 328.4) |
Copy-ready code
/* CSS */
color: #3a003a;
background-color: #3a003a;
/* Tailwind (arbitrary) */
class="text-[#3a003a] bg-[#3a003a]"
/* SCSS */
$brand: #3a003a;
/* SwiftUI */
Color(red: 0.227, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#3a003a")Accessibility — WCAG contrast
Aa
#3a003a on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a003a on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green0.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)77.3%
Color previews
#3a003a text on a black background
contrast 1.24:1
Card sample
#3a003a text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a003a;
Background color
Panel with #3a003a background
background-color: #3a003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a003a; background: linear-gradient(135deg, #3a003a, #3A0013);