#50002c
a deep, electric magenta / pink · warm · closest name: black
RGB
80, 0, 44
HSL
327°, 100%, 16%
CMYK
0, 100, 45, 69
Luminance
0.0189
Every format
| HEX | #50002c |
| RGB | rgb(80, 0, 44) |
| HSL | hsl(327, 100%, 16%) |
| CMYK | cmyk(0%, 100%, 45%, 69%) |
| LAB | lab(14.9 37.3 -4.0) |
| LCH | lch(14.9 37.5 353.9) |
| OKLCH | oklch(0.282 0.116 355.1) |
Copy-ready code
/* CSS */
color: #50002c;
background-color: #50002c;
/* Tailwind (arbitrary) */
class="text-[#50002c] bg-[#50002c]"
/* SCSS */
$brand: #50002c;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#50002c")Accessibility — WCAG contrast
Aa
#50002c on white: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#50002c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow45.0%
Key (black)68.6%
Color previews
#50002c text on a black background
contrast 1.38:1
Card sample
#50002c text on a white background
contrast 15.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50002c;
Background color
Panel with #50002c background
background-color: #50002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50002c; background: linear-gradient(135deg, #50002c, #500900);