#83505F
A medium, muted magenta closely aligning with Dimgray.
About #83505F
Visually, #83505F is defined as a muted magenta. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 80, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 39% magenta, 27% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#83505F
RGB131, 80, 95
HSL342.4°, 24.2%, 41.4%
CMYK0%, 39%, 27%, 49%
HSV342.4°, 38.9%, 51.4%
LAB40.2, 23.5, 0.3
XYZ14.3, 11.4, 12.3
Decimal8605791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83505F;
}
.text-color {
color: #83505F;
}
.border-color {
border: 2px solid #83505F;
}