#8A5F50
A medium, muted orange closely aligning with Rosybrown.
About #8A5F50
When working with digital screens, the color #8A5F50 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(138, 95, 80).
If you are designing for print, the four-color process is what matters most. 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.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8A5F50
RGB138, 95, 80
HSL15.5°, 26.6%, 42.7%
CMYK0%, 31%, 42%, 46%
HSV15.5°, 42.0%, 54.1%
LAB44.5, 15.5, 15.6
XYZ16.0, 14.2, 9.5
Decimal9068368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.48:1
Text on #FFFFFF
AA
3.83:1
Text on #000000
AA Large
5.24:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A5F50;
}
.text-color {
color: #8A5F50;
}
.border-color {
border: 2px solid #8A5F50;
}