#AF4957
A medium, moderate red closely aligning with Indianred.
About #AF4957
The precise color #AF4957 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, 73, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 58% magenta, 50% yellow, and 31% black. The HSL representation is 351.8° hue, 41.1% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF4957
RGB175, 73, 87
HSL351.8°, 41.1%, 48.6%
CMYK0%, 58%, 50%, 31%
HSV351.8°, 58.3%, 68.6%
LAB45.0, 42.9, 13.0
XYZ21.8, 14.6, 10.7
Decimal11487575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4957;
}
.text-color {
color: #AF4957;
}
.border-color {
border: 2px solid #AF4957;
}