#3c032c
a deep, electric magenta / pink · warm · closest name: black
RGB
60, 3, 44
HSL
317°, 91%, 12%
CMYK
0, 95, 27, 77
Luminance
0.0121
Every format
| HEX | #3c032c |
| RGB | rgb(60, 3, 44) |
| HSL | hsl(317, 91%, 12%) |
| CMYK | cmyk(0%, 95%, 27%, 77%) |
| LAB | lab(10.6 31.0 -10.9) |
| LCH | lch(10.6 32.8 340.6) |
| OKLCH | oklch(0.242 0.098 342.6) |
Copy-ready code
/* CSS */
color: #3c032c;
background-color: #3c032c;
/* Tailwind (arbitrary) */
class="text-[#3c032c] bg-[#3c032c]"
/* SCSS */
$brand: #3c032c;
/* SwiftUI */
Color(red: 0.235, green: 0.012, blue: 0.173)
/* Android */
Color.parseColor("#3c032c")Accessibility — WCAG contrast
Aa
#3c032c on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c032c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green1.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta95.0%
Yellow26.7%
Key (black)76.5%
Color previews
#3c032c text on a black background
contrast 1.24:1
Card sample
#3c032c text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c032c;
Background color
Panel with #3c032c background
background-color: #3c032c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c032c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 3, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 3, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c032c; background: linear-gradient(135deg, #3c032c, #3C0306);