#6650C5
A medium, moderate blue closely aligning with Slateblue.
About #6650C5
Visually, #6650C5 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. Its digital footprint relies on 102 parts red, 80 parts green, and 197 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 59% Magenta, 0% Yellow, and 23% Black. The HSL representation is 251.3° hue, 50.2% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6650C5
RGB102, 80, 197
HSL251.3°, 50.2%, 54.3%
CMYK48%, 59%, 0%, 23%
HSV251.3°, 59.4%, 77.3%
LAB42.1, 38.8, -58.3
XYZ18.4, 12.6, 54.3
Decimal6705349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6650C5;
}
.text-color {
color: #6650C5;
}
.border-color {
border: 2px solid #6650C5;
}