#835066
A medium, muted magenta closely aligning with Dimgray.
About #835066
Visually, #835066 is defined as a muted magenta. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 80, and 102.
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, 22% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#835066
RGB131, 80, 102
HSL334.1°, 24.2%, 41.4%
CMYK0%, 39%, 22%, 49%
HSV334.1°, 38.9%, 51.4%
LAB40.4, 24.6, -3.7
XYZ14.6, 11.5, 14.0
Decimal8605798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.36:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.07:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #835066;
}
.text-color {
color: #835066;
}
.border-color {
border: 2px solid #835066;
}