#2CAFDB
A medium, vivid blue closely aligning with Deepskyblue.
About #2CAFDB
The precise color #2CAFDB is an excellent choice for modern design projects. It is closely associated with the named CSS color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 175, and 219.
Translating this color to physical media requires the CMYK color model. The color uses 80% Cyan, 20% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CAFDB
RGB44, 175, 219
HSL195.1°, 70.9%, 51.6%
CMYK80%, 20%, 0%, 14%
HSV195.1°, 79.9%, 85.9%
LAB66.8, -19.5, -32.0
XYZ29.2, 36.3, 72.5
Decimal2928603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CAFDB;
}
.text-color {
color: #2CAFDB;
}
.border-color {
border: 2px solid #2CAFDB;
}