#753ABD
A medium, moderate purple closely aligning with Darkorchid.
About #753ABD
The precise color #753ABD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 117 red, 58 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 38% Cyan, 69% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#753ABD
RGB117, 58, 189
HSL267.0°, 53.0%, 48.4%
CMYK38%, 69%, 0%, 26%
HSV267.0°, 69.3%, 74.1%
LAB38.7, 51.6, -59.2
XYZ18.0, 10.5, 49.2
Decimal7682749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.78:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.48:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753ABD;
}
.text-color {
color: #753ABD;
}
.border-color {
border: 2px solid #753ABD;
}