#83003A
A dark, vivid magenta closely aligning with Brown.
About #83003A
The hex code #83003A represents a beautifully specific shade of magenta. Its closest recognized web color is Brown. This translates to an RGB value of rgb(131, 0, 58).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 333.4° hue, 100.0% saturation, and 25.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83003A
RGB131, 0, 58
HSL333.4°, 100.0%, 25.7%
CMYK0%, 100%, 56%, 49%
HSV333.4°, 100.0%, 51.4%
LAB27.1, 51.2, 5.4
XYZ10.1, 5.1, 4.5
Decimal8585274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.36:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.91:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83003A;
}
.text-color {
color: #83003A;
}
.border-color {
border: 2px solid #83003A;
}