#AF2C57
A medium, moderate magenta closely aligning with Indianred.
About #AF2C57
At its core, #AF2C57 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(175, 44, 87).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 75% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF2C57
RGB175, 44, 87
HSL340.3°, 59.8%, 42.9%
CMYK0%, 75%, 50%, 31%
HSV340.3°, 74.9%, 68.6%
LAB40.6, 55.0, 6.8
XYZ20.3, 11.6, 10.2
Decimal11480151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF2C57;
}
.text-color {
color: #AF2C57;
}
.border-color {
border: 2px solid #AF2C57;
}