Mediumslateblue — #7B68EE
#7B68EE is a light, vivid blue. It is the CSS named color mediumslateblue.
Color values
| HEX | #7B68EE |
| RGB | rgb(123, 104, 238) |
| HSL | hsl(249, 80%, 67%) |
| CMYK | cmyk(48%, 56%, 0%, 7%) |
| Decimal | 8087790 |
| CSS | color: #7B68EE; |
| Android | 0xFF7B68EE |
| Swift | UIColor(red: 0.482, green: 0.408, blue: 0.933, alpha: 1) |
Accessibility and contrast
| White text on #7B68EE | 4.15:1 — AA fail · AA large pass · AAA fail |
| Black text on #7B68EE | 5.06:1 — AA pass · AA large pass · AAA fail |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #7B68EE
Each swatch keeps the hue and saturation of #7B68EE and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #7B68EE
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #7B68EE in code
/* CSS */
.element { color: #7B68EE; background-color: #7B68EE; }
.element { color: rgb(123 104 238); }
.element { color: hsl(249 80% 67%); }
/* Tailwind arbitrary value */
<div class="bg-[#7B68EE] text-black">
/* SCSS variable */
$brand: #7B68EE;
Frequently asked questions
What color is #7B68EE?
#7B68EE is a light, vivid blue, which CSS calls mediumslateblue. Its hue sits at 249° on the color wheel, with 80% saturation and 67% lightness.
What is #7B68EE in RGB?
#7B68EE converts to rgb(123, 104, 238) — 123 red, 104 green and 238 blue.
What is #7B68EE in CMYK?
Approximately cmyk(48%, 56%, 0%, 7%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #7B68EE be white or black?
Black gives the better contrast ratio (5.06:1 versus 4.15:1).
What is the complementary color of #7B68EE?
#DAEE68 — the hue directly opposite #7B68EE on the color wheel.