#AF575F
A medium, moderate red closely aligning with Indianred.
About #AF575F
The precise color #AF575F is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(175, 87, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 50% Magenta, 46% Yellow, and 31% Black. The HSL representation is 354.5° hue, 35.5% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF575F
RGB175, 87, 95
HSL354.5°, 35.5%, 51.4%
CMYK0%, 50%, 46%, 31%
HSV354.5°, 50.3%, 68.6%
LAB48.0, 36.6, 12.2
XYZ23.2, 16.8, 12.8
Decimal11491167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF575F;
}
.text-color {
color: #AF575F;
}
.border-color {
border: 2px solid #AF575F;
}