#6D75FF
A light, vivid blue closely aligning with Mediumslateblue.
About #6D75FF
The precise color #6D75FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 109 red, 117 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 57% cyan, 54% magenta, 0% yellow, and 0% black. The HSL representation is 236.7° hue, 100.0% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D75FF
RGB109, 117, 255
HSL236.7°, 100.0%, 71.4%
CMYK57%, 54%, 0%, 0%
HSV236.7°, 57.3%, 100.0%
LAB55.3, 35.9, -69.9
XYZ30.7, 23.2, 97.5
Decimal7173631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D75FF;
}
.text-color {
color: #6D75FF;
}
.border-color {
border: 2px solid #6D75FF;
}