#1DA8D3
A medium, vivid cyan closely aligning with Deepskyblue.
About #1DA8D3
At its core, #1DA8D3 is a medium and vivid hue. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 168, and 211.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 86% cyan, 20% magenta, 0% yellow, and 17% black. With a hue angle of 194.2 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DA8D3
RGB29, 168, 211
HSL194.2°, 75.8%, 47.1%
CMYK86%, 20%, 0%, 17%
HSV194.2°, 86.3%, 82.7%
LAB64.1, -19.7, -31.6
XYZ26.3, 33.0, 66.6
Decimal1943763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.59:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA8D3;
}
.text-color {
color: #1DA8D3;
}
.border-color {
border: 2px solid #1DA8D3;
}