#1DAFF0
A medium, vivid blue closely aligning with Deepskyblue.
About #1DAFF0
At its core, #1DAFF0 is a medium and vivid hue. 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 29, 175, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 88% Cyan, 27% Magenta, 0% Yellow, and 6% 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#1DAFF0
RGB29, 175, 240
HSL198.5°, 87.6%, 52.7%
CMYK88%, 27%, 0%, 6%
HSV198.5°, 87.9%, 94.1%
LAB67.4, -13.4, -42.4
XYZ31.6, 37.2, 88.0
Decimal1945584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.44:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DAFF0;
}
.text-color {
color: #1DAFF0;
}
.border-color {
border: 2px solid #1DAFF0;
}