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