#006DE2
A medium, vivid blue closely aligning with Royalblue.
About #006DE2
The hex code #006DE2 represents a beautifully specific shade of blue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 0 red, 109 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 52% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#006DE2
RGB0, 109, 226
HSL211.1°, 100.0%, 44.3%
CMYK100%, 52%, 0%, 11%
HSV211.1°, 100.0%, 88.6%
LAB47.5, 19.5, -66.4
XYZ19.2, 16.4, 74.1
Decimal28130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.90:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006DE2;
}
.text-color {
color: #006DE2;
}
.border-color {
border: 2px solid #006DE2;
}