#921D42
A dark, moderate magenta closely aligning with Brown.
About #921D42
The hex code #921D42 represents a beautifully specific shade of magenta. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 29, and 66.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 80% Magenta, 55% Yellow, and 43% Black. The HSL representation is 341.0° hue, 66.9% saturation, and 34.3% lightness.
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#921D42
RGB146, 29, 66
HSL341.0°, 66.9%, 34.3%
CMYK0%, 80%, 55%, 43%
HSV341.0°, 80.1%, 57.3%
LAB32.7, 49.7, 8.3
XYZ13.3, 7.4, 5.9
Decimal9575746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D42;
}
.text-color {
color: #921D42;
}
.border-color {
border: 2px solid #921D42;
}