#2CBDFF
A medium, vivid blue closely aligning with Deepskyblue.
About #2CBDFF
When working with digital screens, the color #2CBDFF is rendered by mixing light. Designers often compare it to the standard color Deepskyblue. Its digital footprint relies on 44 parts red, 189 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CBDFF
RGB44, 189, 255
HSL198.8°, 100.0%, 58.6%
CMYK83%, 26%, 0%, 0%
HSV198.8°, 82.7%, 100.0%
LAB72.3, -14.7, -42.9
XYZ37.3, 44.2, 101.2
Decimal2932223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBDFF;
}
.text-color {
color: #2CBDFF;
}
.border-color {
border: 2px solid #2CBDFF;
}