#3A57CC
A medium, moderate blue closely aligning with Royalblue.
About #3A57CC
When working with digital screens, the color #3A57CC is rendered by mixing light. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(58, 87, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 72% cyan and 57% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A57CC
RGB58, 87, 204
HSL228.1°, 58.9%, 51.4%
CMYK72%, 57%, 0%, 20%
HSV228.1°, 71.6%, 80.0%
LAB41.3, 29.2, -63.8
XYZ16.1, 12.1, 58.6
Decimal3823564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A57CC;
}
.text-color {
color: #3A57CC;
}
.border-color {
border: 2px solid #3A57CC;
}