#83243f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
131, 36, 63
HSL
343°, 57%, 33%
CMYK
0, 73, 52, 49
Luminance
0.0645
Every format
| HEX | #83243f |
| RGB | rgb(131, 36, 63) |
| HSL | hsl(343, 57%, 33%) |
| CMYK | cmyk(0%, 73%, 52%, 49%) |
| LAB | lab(30.5 42.4 6.8) |
| LCH | lch(30.5 42.9 9.2) |
| OKLCH | oklch(0.418 0.130 7.8) |
Copy-ready code
/* CSS */
color: #83243f;
background-color: #83243f;
/* Tailwind (arbitrary) */
class="text-[#83243f] bg-[#83243f]"
/* SCSS */
$brand: #83243f;
/* SwiftUI */
Color(red: 0.514, green: 0.141, blue: 0.247)
/* Android */
Color.parseColor("#83243f")Accessibility — WCAG contrast
Aa
#83243f on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83243f on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow51.9%
Key (black)48.6%
Color previews
#83243f text on a black background
contrast 2.29:1
Card sample
#83243f text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83243f;
Background color
Panel with #83243f background
background-color: #83243f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83243f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 36, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 36, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83243f; background: linear-gradient(135deg, #83243f, #834824);