#3a032f
a deep, electric magenta / pink · warm · closest name: black
RGB
58, 3, 47
HSL
312°, 90%, 12%
CMYK
0, 95, 19, 77
Luminance
0.0117
Every format
| HEX | #3a032f |
| RGB | rgb(58, 3, 47) |
| HSL | hsl(312, 90%, 12%) |
| CMYK | cmyk(0%, 95%, 19%, 77%) |
| LAB | lab(10.3 30.9 -13.6) |
| LCH | lch(10.3 33.8 336.3) |
| OKLCH | oklch(0.240 0.099 338.1) |
Copy-ready code
/* CSS */
color: #3a032f;
background-color: #3a032f;
/* Tailwind (arbitrary) */
class="text-[#3a032f] bg-[#3a032f]"
/* SCSS */
$brand: #3a032f;
/* SwiftUI */
Color(red: 0.227, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#3a032f")Accessibility — WCAG contrast
Aa
#3a032f on white: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a032f on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green1.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow19.0%
Key (black)77.3%
Color previews
#3a032f text on a black background
contrast 1.23:1
Card sample
#3a032f text on a white background
contrast 17.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a032f;
Background color
Panel with #3a032f background
background-color: #3a032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a032f; background: linear-gradient(135deg, #3a032f, #3A030A);