#505FF0
A light, vivid blue closely aligning with Mediumslateblue.
About #505FF0
The precise color #505FF0 is an excellent choice for modern design projects. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 80 red, 95 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 67% cyan, 60% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#505FF0
RGB80, 95, 240
HSL234.4°, 84.2%, 62.7%
CMYK67%, 60%, 0%, 6%
HSV234.4°, 66.7%, 94.1%
LAB47.2, 39.7, -74.7
XYZ23.1, 16.2, 84.3
Decimal5267440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #505FF0;
}
.text-color {
color: #505FF0;
}
.border-color {
border: 2px solid #505FF0;
}