#AF92A8
A light, muted magenta closely aligning with Rosybrown.
About #AF92A8
Visually, #AF92A8 is defined as a muted magenta. It is closely associated with the named CSS color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 146, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF92A8
RGB175, 146, 168
HSL314.5°, 15.3%, 62.9%
CMYK0%, 17%, 4%, 31%
HSV314.5°, 16.6%, 68.6%
LAB63.8, 14.7, -7.5
XYZ35.0, 32.5, 41.5
Decimal11506344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.50:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF92A8;
}
.text-color {
color: #AF92A8;
}
.border-color {
border: 2px solid #AF92A8;
}