#2CA0E9
A medium, vivid blue closely aligning with Deepskyblue.
About #2CA0E9
When working with digital screens, the color #2CA0E9 is rendered by mixing light. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(44, 160, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 31% M, 0% Y, and 9% K. The HSL representation is 203.2° hue, 81.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CA0E9
RGB44, 160, 233
HSL203.2°, 81.1%, 54.3%
CMYK81%, 31%, 0%, 9%
HSV203.2°, 81.1%, 91.4%
LAB63.0, -6.5, -45.6
XYZ28.3, 31.6, 81.7
Decimal2924777
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA0E9;
}
.text-color {
color: #2CA0E9;
}
.border-color {
border: 2px solid #2CA0E9;
}