#2CC5FF
A medium, vivid blue closely aligning with Deepskyblue.
About #2CC5FF
The precise color #2CC5FF is an excellent choice for modern design projects. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(44, 197, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 83% Cyan, 23% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CC5FF
RGB44, 197, 255
HSL196.5°, 100.0%, 58.6%
CMYK83%, 23%, 0%, 0%
HSV196.5°, 82.7%, 100.0%
LAB74.6, -18.9, -39.3
XYZ39.1, 47.7, 101.8
Decimal2934271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.54:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC5FF;
}
.text-color {
color: #2CC5FF;
}
.border-color {
border: 2px solid #2CC5FF;
}