#AF3A49
A medium, moderate red closely aligning with Indianred.
About #AF3A49
At its core, #AF3A49 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 175 red, 58 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 67% M, 58% Y, and 31% K. With a hue angle of 352.3 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF3A49
RGB175, 58, 73
HSL352.3°, 50.2%, 45.7%
CMYK0%, 67%, 58%, 31%
HSV352.3°, 66.9%, 68.6%
LAB42.2, 48.5, 17.7
XYZ20.4, 12.6, 7.7
Decimal11483721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF3A49;
}
.text-color {
color: #AF3A49;
}
.border-color {
border: 2px solid #AF3A49;
}