#AF6D7C
A medium, muted red closely aligning with Rosybrown.
About #AF6D7C
Visually, #AF6D7C is defined as a muted red. 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, 109, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 38% Magenta, 29% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF6D7C
RGB175, 109, 124
HSL346.4°, 29.2%, 55.7%
CMYK0%, 38%, 29%, 31%
HSV346.4°, 37.7%, 68.6%
LAB53.5, 28.2, 2.8
XYZ26.8, 21.5, 21.8
Decimal11496828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6D7C;
}
.text-color {
color: #AF6D7C;
}
.border-color {
border: 2px solid #AF6D7C;
}