#2CC5E2
A medium, vivid cyan closely aligning with Skyblue.
About #2CC5E2
At its core, #2CC5E2 is a medium and vivid hue. Its closest recognized web color is Skyblue. Its digital footprint relies on 44 parts red, 197 parts green, and 226 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 81% cyan and 13% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CC5E2
RGB44, 197, 226
HSL189.6°, 75.8%, 52.9%
CMYK81%, 13%, 0%, 11%
HSV189.6°, 80.5%, 88.6%
LAB73.5, -28.4, -25.4
XYZ34.7, 46.0, 79.0
Decimal2934242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.19:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC5E2;
}
.text-color {
color: #2CC5E2;
}
.border-color {
border: 2px solid #2CC5E2;
}