#2C57DB
A medium, vivid blue closely aligning with Royalblue.
About #2C57DB
Visually, #2C57DB is defined as a vivid blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(44, 87, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 80% cyan, 60% magenta, 0% yellow, and 14% black. The HSL representation is 225.3° hue, 70.9% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C57DB
RGB44, 87, 219
HSL225.3°, 70.9%, 51.6%
CMYK80%, 60%, 0%, 14%
HSV225.3°, 79.9%, 85.9%
LAB41.9, 33.2, -71.5
XYZ17.2, 12.5, 68.5
Decimal2906075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C57DB;
}
.text-color {
color: #2C57DB;
}
.border-color {
border: 2px solid #2C57DB;
}