#5F2C49
A dark, moderate magenta closely aligning with Dimgray.
About #5F2C49
Visually, #5F2C49 is defined as a moderate magenta. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 44, and 73.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 54% M, 23% Y, and 63% K. With a hue angle of 325.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F2C49
RGB95, 44, 73
HSL325.9°, 36.7%, 27.3%
CMYK0%, 54%, 23%, 63%
HSV325.9°, 53.7%, 37.3%
LAB25.9, 27.2, -7.3
XYZ6.8, 4.7, 6.9
Decimal6237257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.81:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.33:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C49;
}
.text-color {
color: #5F2C49;
}
.border-color {
border: 2px solid #5F2C49;
}