#923A5F
A medium, moderate magenta closely aligning with Palevioletred.
About #923A5F
Visually, #923A5F is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(146, 58, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 60% M, 35% Y, and 43% K. With a hue angle of 334.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#923A5F
RGB146, 58, 95
HSL334.8°, 43.1%, 40.0%
CMYK0%, 60%, 35%, 43%
HSV334.8°, 60.3%, 57.3%
LAB37.8, 41.0, -3.0
XYZ15.4, 10.0, 11.9
Decimal9583199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.02:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.71:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923A5F;
}
.text-color {
color: #923A5F;
}
.border-color {
border: 2px solid #923A5F;
}