#2CBDF0
A medium, vivid blue closely aligning with Deepskyblue.
About #2CBDF0
When working with digital screens, the color #2CBDF0 is rendered by mixing light. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 44 parts red, 189 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 82% Cyan, 21% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CBDF0
RGB44, 189, 240
HSL195.6°, 86.7%, 55.7%
CMYK82%, 21%, 0%, 6%
HSV195.6°, 81.7%, 94.1%
LAB71.7, -19.8, -35.7
XYZ35.0, 43.2, 88.9
Decimal2932208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBDF0;
}
.text-color {
color: #2CBDF0;
}
.border-color {
border: 2px solid #2CBDF0;
}