#1DA8E2
A medium, vivid blue closely aligning with Deepskyblue.
About #1DA8E2
Visually, #1DA8E2 is defined as a vivid blue. Designers often compare it to the standard color Deepskyblue. In the RGB color space, it consists of 29 red, 168 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 87% cyan and 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DA8E2
RGB29, 168, 226
HSL197.7°, 77.3%, 50.0%
CMYK87%, 26%, 0%, 11%
HSV197.7°, 87.2%, 88.6%
LAB64.8, -14.5, -38.9
XYZ28.2, 33.8, 77.0
Decimal1943778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.75:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA8E2;
}
.text-color {
color: #1DA8E2;
}
.border-color {
border: 2px solid #1DA8E2;
}