#32001c
a deep, electric magenta / pink · warm · closest name: black
RGB
50, 0, 28
HSL
326°, 100%, 10%
CMYK
0, 100, 44, 80
Luminance
0.0076
Every format
| HEX | #32001c |
| RGB | rgb(50, 0, 28) |
| HSL | hsl(326, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 44%, 80%) |
| LAB | lab(6.9 27.5 -4.6) |
| LCH | lch(6.9 27.9 350.5) |
| OKLCH | oklch(0.208 0.086 351.9) |
Copy-ready code
/* CSS */
color: #32001c;
background-color: #32001c;
/* Tailwind (arbitrary) */
class="text-[#32001c] bg-[#32001c]"
/* SCSS */
$brand: #32001c;
/* SwiftUI */
Color(red: 0.196, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#32001c")Accessibility — WCAG contrast
Aa
#32001c on white: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32001c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.0%
Key (black)80.4%
Color previews
#32001c text on a black background
contrast 1.15:1
Card sample
#32001c text on a white background
contrast 18.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32001c;
Background color
Panel with #32001c background
background-color: #32001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32001c; background: linear-gradient(135deg, #32001c, #320500);