#3c192b
a deep, soft magenta / pink · warm · closest name: black
RGB
60, 25, 43
HSL
329°, 41%, 17%
CMYK
0, 58, 28, 77
Luminance
0.0183
Every format
| HEX | #3c192b |
| RGB | rgb(60, 25, 43) |
| HSL | hsl(329, 41%, 17%) |
| CMYK | cmyk(0%, 58%, 28%, 77%) |
| LAB | lab(14.6 19.8 -4.1) |
| LCH | lch(14.6 20.2 348.2) |
| OKLCH | oklch(0.271 0.060 349.8) |
Copy-ready code
/* CSS */
color: #3c192b;
background-color: #3c192b;
/* Tailwind (arbitrary) */
class="text-[#3c192b] bg-[#3c192b]"
/* SCSS */
$brand: #3c192b;
/* SwiftUI */
Color(red: 0.235, green: 0.098, blue: 0.169)
/* Android */
Color.parseColor("#3c192b")Accessibility — WCAG contrast
Aa
#3c192b on white: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c192b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green9.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow28.3%
Key (black)76.5%
Color previews
#3c192b text on a black background
contrast 1.37:1
Card sample
#3c192b text on a white background
contrast 15.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c192b;
Background color
Panel with #3c192b background
background-color: #3c192b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c192b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 25, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 25, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c192b; background: linear-gradient(135deg, #3c192b, #3C1E19);