#AF7C83
A medium, muted red closely aligning with Rosybrown.
About #AF7C83
Visually, #AF7C83 is defined as a muted red. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 175 red, 124 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 29% magenta, 25% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF7C83
RGB175, 124, 131
HSL351.8°, 24.2%, 58.6%
CMYK0%, 29%, 25%, 31%
HSV351.8°, 29.1%, 68.6%
LAB57.2, 20.9, 4.1
XYZ29.0, 25.2, 24.8
Decimal11500675
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C83;
}
.text-color {
color: #AF7C83;
}
.border-color {
border: 2px solid #AF7C83;
}