#997592
A medium, muted magenta closely aligning with Rosybrown.
About #997592
At its core, #997592 is a medium and muted hue. Its closest recognized web color is Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 117, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 24% magenta, 5% yellow, and 40% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#997592
RGB153, 117, 146
HSL311.7°, 15.0%, 52.9%
CMYK0%, 24%, 5%, 40%
HSV311.7°, 23.5%, 60.0%
LAB53.6, 19.2, -10.3
XYZ24.7, 21.6, 30.1
Decimal10057106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #997592;
}
.text-color {
color: #997592;
}
.border-color {
border: 2px solid #997592;
}