#83002c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
131, 0, 44
HSL
340°, 100%, 26%
CMYK
0, 100, 66, 49
Luminance
0.0501
Every format
| HEX | #83002c |
| RGB | rgb(131, 0, 44) |
| HSL | hsl(340, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 66%, 49%) |
| LAB | lab(26.8 50.3 14.5) |
| LCH | lch(26.8 52.3 16.0) |
| OKLCH | oklch(0.389 0.155 13.0) |
Copy-ready code
/* CSS */
color: #83002c;
background-color: #83002c;
/* Tailwind (arbitrary) */
class="text-[#83002c] bg-[#83002c]"
/* SCSS */
$brand: #83002c;
/* SwiftUI */
Color(red: 0.514, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#83002c")Accessibility — WCAG contrast
Aa
#83002c on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83002c on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.4%
Key (black)48.6%
Color previews
#83002c text on a black background
contrast 2.00:1
Card sample
#83002c text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83002c;
Background color
Panel with #83002c background
background-color: #83002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83002c; background: linear-gradient(135deg, #83002c, #832B00);