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