#2CA8D3
A medium, moderate blue closely aligning with Deepskyblue.
About #2CA8D3
At its core, #2CA8D3 is a medium and moderate hue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(44, 168, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 79% Cyan, 20% Magenta, 0% Yellow, and 17% Black. With a hue angle of 195.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2CA8D3
RGB44, 168, 211
HSL195.4°, 65.5%, 50.0%
CMYK79%, 20%, 0%, 17%
HSV195.4°, 79.1%, 82.7%
LAB64.4, -18.5, -31.3
XYZ26.8, 33.2, 66.6
Decimal2926803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA8D3;
}
.text-color {
color: #2CA8D3;
}
.border-color {
border: 2px solid #2CA8D3;
}