#2CB6D3
A medium, moderate cyan closely aligning with Skyblue.
About #2CB6D3
When working with digital screens, the color #2CB6D3 is rendered by mixing light. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(44, 182, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 79% cyan and 14% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CB6D3
RGB44, 182, 211
HSL190.4°, 65.5%, 50.0%
CMYK79%, 14%, 0%, 17%
HSV190.4°, 79.1%, 82.7%
LAB68.5, -25.7, -24.8
XYZ29.5, 38.7, 67.5
Decimal2930387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CB6D3;
}
.text-color {
color: #2CB6D3;
}
.border-color {
border: 2px solid #2CB6D3;
}