#921D5F
A dark, moderate magenta closely aligning with Mediumvioletred.
About #921D5F
At its core, #921D5F is a dark and moderate hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(146, 29, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 80% magenta, 35% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#921D5F
RGB146, 29, 95
HSL326.2°, 66.9%, 34.3%
CMYK0%, 80%, 35%, 43%
HSV326.2°, 80.1%, 57.3%
LAB33.6, 52.5, -9.2
XYZ14.4, 7.8, 11.6
Decimal9575775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.19:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.83:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D5F;
}
.text-color {
color: #921D5F;
}
.border-color {
border: 2px solid #921D5F;
}