#2CA8F0
A medium, vivid blue closely aligning with Deepskyblue.
About #2CA8F0
The hex code #2CA8F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(44, 168, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 82% cyan, 30% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CA8F0
RGB44, 168, 240
HSL202.0°, 86.7%, 55.7%
CMYK82%, 30%, 0%, 6%
HSV202.0°, 81.7%, 94.1%
LAB65.6, -8.5, -45.3
XYZ30.8, 34.8, 87.5
Decimal2926832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA8F0;
}
.text-color {
color: #2CA8F0;
}
.border-color {
border: 2px solid #2CA8F0;
}