#006BF6
A medium, vivid blue closely aligning with Royalblue.
About #006BF6
The hex code #006BF6 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 0 red, 107 green, and 246 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 57% Magenta, 0% Yellow, and 4% Black. The HSL representation is 213.9° hue, 100.0% saturation, and 48.2% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#006BF6
RGB0, 107, 246
HSL213.9°, 100.0%, 48.2%
CMYK100%, 57%, 0%, 4%
HSV213.9°, 100.0%, 96.5%
LAB48.5, 28.6, -76.1
XYZ21.9, 17.2, 89.3
Decimal27638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.74:1
Text on #FFFFFF
AA
4.43:1
Text on #000000
AA Large
4.53:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006BF6;
}
.text-color {
color: #006BF6;
}
.border-color {
border: 2px solid #006BF6;
}