#6D50F0
A light, vivid blue closely aligning with Mediumslateblue.
About #6D50F0
When working with digital screens, the color #6D50F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 109 red, 80 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 55% C, 67% M, 0% Y, and 6% K. The HSL representation is 250.9° hue, 84.2% saturation, and 62.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light 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#6D50F0
RGB109, 80, 240
HSL250.9°, 84.2%, 62.7%
CMYK55%, 67%, 0%, 6%
HSV250.9°, 66.7%, 94.1%
LAB46.0, 52.6, -76.6
XYZ24.9, 15.3, 84.1
Decimal7164144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D50F0;
}
.text-color {
color: #6D50F0;
}
.border-color {
border: 2px solid #6D50F0;
}