#A883A0
A medium, muted magenta closely aligning with Rosybrown.
About #A883A0
When working with digital screens, the color #A883A0 is rendered by mixing light. Its closest recognized web color is Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 131, and 160.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 22% magenta, 5% yellow, and 34% 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 #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A883A0
RGB168, 131, 160
HSL313.0°, 17.5%, 58.6%
CMYK0%, 22%, 5%, 34%
HSV313.0°, 22.0%, 65.9%
LAB59.1, 19.2, -10.0
XYZ30.6, 27.1, 36.9
Decimal11043744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883A0;
}
.text-color {
color: #A883A0;
}
.border-color {
border: 2px solid #A883A0;
}