#83183b
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
131, 24, 59
HSL
340°, 69%, 30%
CMYK
0, 82, 55, 49
Luminance
0.0579
Every format
| HEX | #83183b |
| RGB | rgb(131, 24, 59) |
| HSL | hsl(340, 69%, 30%) |
| CMYK | cmyk(0%, 82%, 55%, 49%) |
| LAB | lab(28.9 46.2 7.2) |
| LCH | lch(28.9 46.8 8.9) |
| OKLCH | oklch(0.405 0.142 7.5) |
Copy-ready code
/* CSS */
color: #83183b;
background-color: #83183b;
/* Tailwind (arbitrary) */
class="text-[#83183b] bg-[#83183b]"
/* SCSS */
$brand: #83183b;
/* SwiftUI */
Color(red: 0.514, green: 0.094, blue: 0.231)
/* Android */
Color.parseColor("#83183b")Accessibility — WCAG contrast
Aa
#83183b on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83183b on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow55.0%
Key (black)48.6%
Color previews
#83183b text on a black background
contrast 2.16:1
Card sample
#83183b text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83183b;
Background color
Panel with #83183b background
background-color: #83183b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83183b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 24, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 24, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83183b; background: linear-gradient(135deg, #83183b, #833C18);