#AF7C8A
A medium, muted magenta closely aligning with Rosybrown.
About #AF7C8A
At its core, #AF7C8A is a medium and muted hue. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 175 parts red, 124 parts green, and 138 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 29% magenta, 21% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF7C8A
RGB175, 124, 138
HSL343.5°, 24.2%, 58.6%
CMYK0%, 29%, 21%, 31%
HSV343.5°, 29.1%, 68.6%
LAB57.4, 21.9, 0.4
XYZ29.5, 25.4, 27.4
Decimal11500682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C8A;
}
.text-color {
color: #AF7C8A;
}
.border-color {
border: 2px solid #AF7C8A;
}