#921D6D
A dark, moderate magenta closely aligning with Mediumvioletred.
About #921D6D
Visually, #921D6D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(146, 29, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 80% Magenta, 25% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#921D6D
RGB146, 29, 109
HSL319.0°, 66.9%, 34.3%
CMYK0%, 80%, 25%, 43%
HSV319.0°, 80.1%, 57.3%
LAB34.2, 54.2, -17.3
XYZ15.1, 8.1, 15.2
Decimal9575789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.02:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.66:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D6D;
}
.text-color {
color: #921D6D;
}
.border-color {
border: 2px solid #921D6D;
}