#754283
A dark, moderate magenta closely aligning with Darkslateblue.
About #754283
Visually, #754283 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 117 red, 66 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 11% C, 50% M, 0% Y, and 49% K. The HSL representation is 287.1° hue, 33.0% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#754283
RGB117, 66, 131
HSL287.1°, 33.0%, 38.6%
CMYK11%, 50%, 0%, 49%
HSV287.1°, 49.6%, 51.4%
LAB36.6, 33.4, -27.7
XYZ13.4, 9.3, 22.6
Decimal7684739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.33:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.01:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #754283;
}
.text-color {
color: #754283;
}
.border-color {
border: 2px solid #754283;
}