#995F57
A medium, muted red closely aligning with Rosybrown.
About #995F57
When working with digital screens, the color #995F57 is rendered by mixing light. Its closest recognized web color is Rosybrown. This translates to an RGB value of rgb(153, 95, 87).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 38% Magenta, 43% Yellow, and 40% Black. The HSL representation is 7.3° hue, 27.5% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#995F57
RGB153, 95, 87
HSL7.3°, 27.5%, 47.1%
CMYK0%, 38%, 43%, 40%
HSV7.3°, 43.1%, 60.0%
LAB46.5, 22.7, 14.5
XYZ18.9, 15.6, 11.0
Decimal10051415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995F57;
}
.text-color {
color: #995F57;
}
.border-color {
border: 2px solid #995F57;
}