#1DAFD3
A medium, vivid cyan closely aligning with Deepskyblue.
About #1DAFD3
The hex code #1DAFD3 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Deepskyblue. In the RGB color space, it consists of 29 red, 175 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. The color uses 86% Cyan, 17% Magenta, 0% Yellow, and 17% Black. The HSL representation is 191.9° hue, 75.8% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAFD3
RGB29, 175, 211
HSL191.9°, 75.8%, 47.1%
CMYK86%, 17%, 0%, 17%
HSV191.9°, 86.3%, 82.7%
LAB66.2, -23.4, -28.4
XYZ27.6, 35.6, 67.0
Decimal1945555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.12:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFD3;
}
.text-color {
color: #1DAFD3;
}
.border-color {
border: 2px solid #1DAFD3;
}