#2CB6FF
A medium, vivid blue closely aligning with Deepskyblue.
About #2CB6FF
At its core, #2CB6FF is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 44 red, 182 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 83% cyan, 29% magenta, 0% yellow, and 0% black. The HSL representation is 200.8° hue, 100.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#2CB6FF
RGB44, 182, 255
HSL200.8°, 100.0%, 58.6%
CMYK83%, 29%, 0%, 0%
HSV200.8°, 82.7%, 100.0%
LAB70.3, -10.9, -46.0
XYZ35.8, 41.2, 100.7
Decimal2930431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.24:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CB6FF;
}
.text-color {
color: #2CB6FF;
}
.border-color {
border: 2px solid #2CB6FF;
}