#997C83
A medium, muted red closely aligning with Rosybrown.
About #997C83
Visually, #997C83 is defined as a muted red. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 153 red, 124 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 19% M, 14% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#997C83
RGB153, 124, 131
HSL345.5°, 12.4%, 54.3%
CMYK0%, 19%, 14%, 40%
HSV345.5°, 19.0%, 60.0%
LAB54.9, 12.4, 0.4
XYZ24.4, 22.8, 24.6
Decimal10058883
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #997C83;
}
.text-color {
color: #997C83;
}
.border-color {
border: 2px solid #997C83;
}