#AF505F
A medium, moderate red closely aligning with Indianred.
About #AF505F
At its core, #AF505F is a medium and moderate hue. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(175, 80, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 54% M, 46% Y, and 31% K. The HSL representation is 350.5° hue, 37.3% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF505F
RGB175, 80, 95
HSL350.5°, 37.3%, 50.0%
CMYK0%, 54%, 46%, 31%
HSV350.5°, 54.3%, 68.6%
LAB46.5, 40.2, 10.2
XYZ22.6, 15.7, 12.7
Decimal11489375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF505F;
}
.text-color {
color: #AF505F;
}
.border-color {
border: 2px solid #AF505F;
}