#8A5F57
A medium, muted red closely aligning with Rosybrown.
About #8A5F57
At its core, #8A5F57 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 138 parts red, 95 parts green, and 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A5F57
RGB138, 95, 87
HSL9.4°, 22.7%, 44.1%
CMYK0%, 31%, 37%, 46%
HSV9.4°, 37.0%, 54.1%
LAB44.6, 16.4, 11.6
XYZ16.3, 14.3, 10.9
Decimal9068375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A5F57;
}
.text-color {
color: #8A5F57;
}
.border-color {
border: 2px solid #8A5F57;
}