#2CBDE2
A medium, vivid cyan closely aligning with Skyblue.
About #2CBDE2
At its core, #2CBDE2 is a medium and vivid hue. It is closely associated with the named CSS color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 189, and 226.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 81% cyan, 16% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CBDE2
RGB44, 189, 226
HSL192.2°, 75.8%, 52.9%
CMYK81%, 16%, 0%, 11%
HSV192.2°, 80.5%, 88.6%
LAB71.2, -24.4, -29.0
XYZ33.0, 42.4, 78.4
Decimal2932194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.48:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBDE2;
}
.text-color {
color: #2CBDE2;
}
.border-color {
border: 2px solid #2CBDE2;
}