#1642D3
A medium, vivid blue closely aligning with Mediumslateblue.
About #1642D3
At its core, #1642D3 is a medium and vivid hue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(22, 66, 211).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 69% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1642D3
RGB22, 66, 211
HSL226.0°, 81.1%, 45.7%
CMYK90%, 69%, 0%, 17%
HSV226.0°, 89.6%, 82.7%
LAB35.5, 42.1, -77.4
XYZ14.0, 8.8, 62.6
Decimal1458899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.29:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1642D3;
}
.text-color {
color: #1642D3;
}
.border-color {
border: 2px solid #1642D3;
}