#3c112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
60, 17, 43
HSL
324°, 56%, 15%
CMYK
0, 72, 28, 77
Luminance
0.0154
Every format
| HEX | #3c112b |
| RGB | rgb(60, 17, 43) |
| HSL | hsl(324, 56%, 15%) |
| CMYK | cmyk(0%, 72%, 28%, 77%) |
| LAB | lab(12.8 24.4 -6.7) |
| LCH | lch(12.8 25.3 344.6) |
| OKLCH | oklch(0.259 0.076 346.4) |
Copy-ready code
/* CSS */
color: #3c112b;
background-color: #3c112b;
/* Tailwind (arbitrary) */
class="text-[#3c112b] bg-[#3c112b]"
/* SCSS */
$brand: #3c112b;
/* SwiftUI */
Color(red: 0.235, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#3c112b")Accessibility — WCAG contrast
Aa
#3c112b on white: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c112b on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow28.3%
Key (black)76.5%
Color previews
#3c112b text on a black background
contrast 1.31:1
Card sample
#3c112b text on a white background
contrast 16.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c112b;
Background color
Panel with #3c112b background
background-color: #3c112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c112b; background: linear-gradient(135deg, #3c112b, #3C1411);