#921DA0
A dark, moderate magenta closely aligning with Darkmagenta.
About #921DA0
The precise color #921DA0 is an excellent choice for modern design projects. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(146, 29, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 9% cyan and 82% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#921DA0
RGB146, 29, 160
HSL293.6°, 69.3%, 37.1%
CMYK9%, 82%, 0%, 37%
HSV293.6°, 81.9%, 62.7%
LAB37.0, 62.1, -44.5
XYZ18.6, 9.5, 34.1
Decimal9575840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.23:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.91:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921DA0;
}
.text-color {
color: #921DA0;
}
.border-color {
border: 2px solid #921DA0;
}