#163ABD
A medium, vivid blue closely aligning with Slateblue.
About #163ABD
At its core, #163ABD is a medium and vivid hue. It is closely associated with the named CSS color Slateblue. This translates to an RGB value of rgb(22, 58, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 88% cyan, 69% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#163ABD
RGB22, 58, 189
HSL227.1°, 79.1%, 41.4%
CMYK88%, 69%, 0%, 26%
HSV227.1°, 88.4%, 74.1%
LAB31.5, 39.1, -71.2
XYZ11.0, 6.9, 48.9
Decimal1456829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.85:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.45:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163ABD;
}
.text-color {
color: #163ABD;
}
.border-color {
border: 2px solid #163ABD;
}