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