#6D57A8
A medium, moderate purple closely aligning with Darkslateblue.
About #6D57A8
The precise color #6D57A8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(109, 87, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 48% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6D57A8
RGB109, 87, 168
HSL256.3°, 31.8%, 50.0%
CMYK35%, 48%, 0%, 34%
HSV256.3°, 48.2%, 65.9%
LAB42.6, 27.9, -40.6
XYZ16.8, 12.9, 38.7
Decimal7165864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D57A8;
}
.text-color {
color: #6D57A8;
}
.border-color {
border: 2px solid #6D57A8;
}