#921D99
A dark, moderate magenta closely aligning with Darkmagenta.
About #921D99
The hex code #921D99 represents a beautifully specific shade of magenta. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(146, 29, 153).
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 81% Magenta, 0% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#921D99
RGB146, 29, 153
HSL296.6°, 68.1%, 35.7%
CMYK5%, 81%, 0%, 40%
HSV296.6°, 81.0%, 60.0%
LAB36.5, 60.9, -41.0
XYZ18.0, 9.3, 31.0
Decimal9575833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D99;
}
.text-color {
color: #921D99;
}
.border-color {
border: 2px solid #921D99;
}