#83506D
A medium, muted magenta closely aligning with Dimgray.
About #83506D
When working with digital screens, the color #83506D is rendered by mixing light. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(131, 80, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 17% yellow, and 49% black. With a hue angle of 325.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83506D
RGB131, 80, 109
HSL325.9°, 24.2%, 41.4%
CMYK0%, 39%, 17%, 49%
HSV325.9°, 38.9%, 51.4%
LAB40.7, 25.8, -7.7
XYZ15.0, 11.7, 15.9
Decimal8605805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83506D;
}
.text-color {
color: #83506D;
}
.border-color {
border: 2px solid #83506D;
}