#2C6DF8
A medium, vivid blue closely aligning with Royalblue.
About #2C6DF8
When working with digital screens, the color #2C6DF8 is rendered by mixing light. It is closely associated with the named CSS color Royalblue. Its digital footprint relies on 44 parts red, 109 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 56% M, 0% Y, and 3% K. The HSL representation is 220.9° hue, 93.6% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C6DF8
RGB44, 109, 248
HSL220.9°, 93.6%, 57.3%
CMYK82%, 56%, 0%, 3%
HSV220.9°, 82.3%, 97.3%
LAB49.8, 30.0, -75.0
XYZ23.5, 18.3, 91.1
Decimal2911736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C6DF8;
}
.text-color {
color: #2C6DF8;
}
.border-color {
border: 2px solid #2C6DF8;
}