#922C57
A dark, moderate magenta closely aligning with Palevioletred.
About #922C57
Visually, #922C57 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 146 red, 44 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 70% Magenta, 40% Yellow, and 43% Black. The HSL representation is 334.7° hue, 53.7% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#922C57
RGB146, 44, 87
HSL334.7°, 53.7%, 37.3%
CMYK0%, 70%, 40%, 43%
HSV334.7°, 69.9%, 57.3%
LAB35.2, 46.3, -1.7
XYZ14.5, 8.6, 9.9
Decimal9579607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.38:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922C57;
}
.text-color {
color: #922C57;
}
.border-color {
border: 2px solid #922C57;
}