#1657FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #1657FF
Visually, #1657FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 22 red, 87 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 91% cyan and 66% magenta inks. The HSL representation is 223.3° hue, 100.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1657FF
RGB22, 87, 255
HSL223.3°, 100.0%, 54.3%
CMYK91%, 66%, 0%, 0%
HSV223.3°, 91.4%, 100.0%
LAB44.5, 45.1, -87.6
XYZ21.8, 14.2, 96.2
Decimal1464319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1657FF;
}
.text-color {
color: #1657FF;
}
.border-color {
border: 2px solid #1657FF;
}