#7B68EE
A light, vivid blue closely aligning with Mediumslateblue.
About #7B68EE
At its core, #7B68EE is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 123 parts red, 104 parts green, and 238 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 48% C, 56% M, 0% Y, and 7% K. With a hue angle of 248.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7B68EE
RGB123, 104, 238
HSL248.5°, 79.8%, 67.1%
CMYK48%, 56%, 0%, 7%
HSV248.5°, 56.3%, 93.3%
LAB52.2, 41.1, -65.4
XYZ28.6, 20.3, 83.3
Decimal8087790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7B68EE;
}
.text-color {
color: #7B68EE;
}
.border-color {
border: 2px solid #7B68EE;
}