#7C6DF8
A light, vivid blue closely aligning with Mediumslateblue.
About #7C6DF8
At its core, #7C6DF8 is a light and vivid hue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(124, 109, 248).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 50% C, 56% M, 0% Y, and 3% K. With a hue angle of 246.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C6DF8
RGB124, 109, 248
HSL246.5°, 90.8%, 70.0%
CMYK50%, 56%, 0%, 3%
HSV246.5°, 56.0%, 97.3%
LAB54.0, 41.3, -68.0
XYZ30.7, 22.0, 91.4
Decimal8154616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C6DF8;
}
.text-color {
color: #7C6DF8;
}
.border-color {
border: 2px solid #7C6DF8;
}