#754983
A medium, muted magenta closely aligning with Darkslateblue.
About #754983
At its core, #754983 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(117, 73, 131).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 11% cyan and 44% magenta inks. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#754983
RGB117, 73, 131
HSL285.5°, 28.4%, 40.0%
CMYK11%, 44%, 0%, 49%
HSV285.5°, 44.3%, 51.4%
LAB38.2, 29.4, -25.2
XYZ13.8, 10.2, 22.7
Decimal7686531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #754983;
}
.text-color {
color: #754983;
}
.border-color {
border: 2px solid #754983;
}