#1DAFDB
A medium, vivid cyan closely aligning with Deepskyblue.
About #1DAFDB
At its core, #1DAFDB is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(29, 175, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 87% cyan and 20% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DAFDB
RGB29, 175, 219
HSL193.9°, 76.6%, 48.6%
CMYK87%, 20%, 0%, 14%
HSV193.9°, 86.8%, 85.9%
LAB66.5, -20.7, -32.3
XYZ28.6, 36.0, 72.5
Decimal1945563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFDB;
}
.text-color {
color: #1DAFDB;
}
.border-color {
border: 2px solid #1DAFDB;
}