#82103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
130, 16, 60
HSL
337°, 78%, 29%
CMYK
0, 88, 54, 49
Luminance
0.0544
Every format
| HEX | #82103c |
| RGB | rgb(130, 16, 60) |
| HSL | hsl(337, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 54%, 49%) |
| LAB | lab(28.0 48.2 5.2) |
| LCH | lch(28.0 48.4 6.2) |
| OKLCH | oklch(0.398 0.148 5.3) |
Copy-ready code
/* CSS */
color: #82103c;
background-color: #82103c;
/* Tailwind (arbitrary) */
class="text-[#82103c] bg-[#82103c]"
/* SCSS */
$brand: #82103c;
/* SwiftUI */
Color(red: 0.510, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#82103c")Accessibility — WCAG contrast
Aa
#82103c on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#82103c on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow53.8%
Key (black)49.0%
Color previews
#82103c text on a black background
contrast 2.09:1
Card sample
#82103c text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82103c;
Background color
Panel with #82103c background
background-color: #82103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82103c; background: linear-gradient(135deg, #82103c, #823010);