#7B68EE
mediumslateblue
#7B68EE is a blue colour. In RGB it is 123 red, 104 green and 238 blue, which converts to a hue of 249 degrees, 80% saturation and 67% lightness. It is one of the named CSS colours, written as mediumslateblue in stylesheets.
Color values
| HEX | #7B68EE |
|---|---|
| RGB | rgb(123, 104, 238) |
| HSL | hsl(249, 80%, 67%) |
| HSV | hsv(249, 56%, 93%) |
| CMYK | cmyk(48%, 56%, 0%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 4.15:1, and against black it is 5.06:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.15:1 | Fail | AA |
| Black | 5.06:1 | AA | AAA |
Tints and shades
Lighter tints move #7B68EE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #7B68EE; |
|---|---|
| CSS rgb() | color: rgb(123 104 238); |
| Tailwind | bg-[#7b68ee] |
| SwiftUI | Color(red: 0.482, green: 0.408, blue: 0.933) |
| Android | Color.parseColor("#7B68EE") |