#921D50
A dark, moderate magenta closely aligning with Mediumvioletred.
About #921D50
The hex code #921D50 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 29, and 80.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 80% Magenta, 45% Yellow, and 43% Black. With a hue angle of 333.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#921D50
RGB146, 29, 80
HSL333.8°, 66.9%, 34.3%
CMYK0%, 80%, 45%, 43%
HSV333.8°, 80.1%, 57.3%
LAB33.1, 50.9, -0.3
XYZ13.7, 7.6, 8.3
Decimal9575760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.35:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.98:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D50;
}
.text-color {
color: #921D50;
}
.border-color {
border: 2px solid #921D50;
}