#3a172f
a deep, soft magenta / pink · warm · closest name: black
RGB
58, 23, 47
HSL
319°, 43%, 16%
CMYK
0, 60, 19, 77
Luminance
0.0172
Every format
| HEX | #3a172f |
| RGB | rgb(58, 23, 47) |
| HSL | hsl(319, 43%, 16%) |
| CMYK | cmyk(0%, 60%, 19%, 77%) |
| LAB | lab(13.9 20.9 -8.0) |
| LCH | lch(13.9 22.4 339.1) |
| OKLCH | oklch(0.267 0.066 340.9) |
Copy-ready code
/* CSS */
color: #3a172f;
background-color: #3a172f;
/* Tailwind (arbitrary) */
class="text-[#3a172f] bg-[#3a172f]"
/* SCSS */
$brand: #3a172f;
/* SwiftUI */
Color(red: 0.227, green: 0.090, blue: 0.184)
/* Android */
Color.parseColor("#3a172f")Accessibility — WCAG contrast
Aa
#3a172f on white: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a172f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green9.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow19.0%
Key (black)77.3%
Color previews
#3a172f text on a black background
contrast 1.34:1
Card sample
#3a172f text on a white background
contrast 15.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a172f;
Background color
Panel with #3a172f background
background-color: #3a172f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a172f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 23, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 23, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a172f; background: linear-gradient(135deg, #3a172f, #3A1718);