#6D5FCC
A medium, moderate blue closely aligning with Slateblue.
About #6D5FCC
The precise color #6D5FCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 109 red, 95 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 47% Cyan, 53% Magenta, 0% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D5FCC
RGB109, 95, 204
HSL247.7°, 51.7%, 58.6%
CMYK47%, 53%, 0%, 20%
HSV247.7°, 53.4%, 80.0%
LAB46.7, 33.4, -55.0
XYZ21.3, 15.8, 59.1
Decimal7167948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D5FCC;
}
.text-color {
color: #6D5FCC;
}
.border-color {
border: 2px solid #6D5FCC;
}