#6D50AF
A medium, moderate purple closely aligning with Slateblue.
About #6D50AF
At its core, #6D50AF is a medium and moderate hue. It is closely associated with the named CSS color Slateblue. This translates to an RGB value of rgb(109, 80, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 38% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D50AF
RGB109, 80, 175
HSL258.3°, 37.3%, 50.0%
CMYK38%, 54%, 0%, 31%
HSV258.3°, 54.3%, 68.6%
LAB41.3, 34.0, -46.7
XYZ16.9, 12.1, 42.0
Decimal7164079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.87:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D50AF;
}
.text-color {
color: #6D50AF;
}
.border-color {
border: 2px solid #6D50AF;
}