#3a072c
a deep, electric magenta / pink · warm · closest name: black
RGB
58, 7, 44
HSL
317°, 79%, 13%
CMYK
0, 88, 24, 77
Luminance
0.0123
Every format
| HEX | #3a072c |
| RGB | rgb(58, 7, 44) |
| HSL | hsl(317, 79%, 13%) |
| CMYK | cmyk(0%, 88%, 24%, 77%) |
| LAB | lab(10.8 28.6 -10.6) |
| LCH | lch(10.8 30.5 339.6) |
| OKLCH | oklch(0.243 0.090 341.5) |
Copy-ready code
/* CSS */
color: #3a072c;
background-color: #3a072c;
/* Tailwind (arbitrary) */
class="text-[#3a072c] bg-[#3a072c]"
/* SCSS */
$brand: #3a072c;
/* SwiftUI */
Color(red: 0.227, green: 0.027, blue: 0.173)
/* Android */
Color.parseColor("#3a072c")Accessibility — WCAG contrast
Aa
#3a072c on white: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a072c on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green2.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow24.1%
Key (black)77.3%
Color previews
#3a072c text on a black background
contrast 1.25:1
Card sample
#3a072c text on a white background
contrast 16.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a072c;
Background color
Panel with #3a072c background
background-color: #3a072c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a072c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 7, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 7, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a072c; background: linear-gradient(135deg, #3a072c, #3A070A);