#7C6DFF
A light, vivid blue closely aligning with Mediumslateblue.
About #7C6DFF
Visually, #7C6DFF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 124 red, 109 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 51% cyan and 57% magenta inks. The HSL representation is 246.2° hue, 100.0% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C6DFF
RGB124, 109, 255
HSL246.2°, 100.0%, 71.4%
CMYK51%, 57%, 0%, 0%
HSV246.2°, 57.3%, 100.0%
LAB54.5, 43.4, -71.1
XYZ31.8, 22.4, 97.3
Decimal8154623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C6DFF;
}
.text-color {
color: #7C6DFF;
}
.border-color {
border: 2px solid #7C6DFF;
}