#2CB6E9
A medium, vivid blue closely aligning with Deepskyblue.
About #2CB6E9
The hex code #2CB6E9 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Deepskyblue. Its digital footprint relies on 44 parts red, 182 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 22% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CB6E9
RGB44, 182, 233
HSL196.2°, 81.1%, 54.3%
CMYK81%, 22%, 0%, 9%
HSV196.2°, 81.1%, 91.4%
LAB69.4, -18.5, -35.5
XYZ32.5, 39.9, 83.1
Decimal2930409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.97:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CB6E9;
}
.text-color {
color: #2CB6E9;
}
.border-color {
border: 2px solid #2CB6E9;
}