#996D7C
A medium, muted magenta closely aligning with Rosybrown.
About #996D7C
The hex code #996D7C represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(153, 109, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 29% Magenta, 19% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#996D7C
RGB153, 109, 124
HSL339.5°, 17.7%, 51.4%
CMYK0%, 29%, 19%, 40%
HSV339.5°, 28.8%, 60.0%
LAB50.9, 19.9, -1.3
XYZ22.2, 19.2, 21.6
Decimal10055036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #996D7C;
}
.text-color {
color: #996D7C;
}
.border-color {
border: 2px solid #996D7C;
}