#8A6DF8
A light, vivid blue closely aligning with Mediumslateblue.
About #8A6DF8
At its core, #8A6DF8 is a light and vivid hue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(138, 109, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 44% cyan, 56% magenta, 0% yellow, and 3% black. The HSL representation is 252.5° hue, 90.8% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A6DF8
RGB138, 109, 248
HSL252.5°, 90.8%, 70.0%
CMYK44%, 56%, 0%, 3%
HSV252.5°, 56.0%, 97.3%
LAB55.2, 44.2, -66.0
XYZ32.9, 23.1, 91.5
Decimal9072120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A6DF8;
}
.text-color {
color: #8A6DF8;
}
.border-color {
border: 2px solid #8A6DF8;
}