#1DA0CC
A medium, vivid blue closely aligning with Deepskyblue.
About #1DA0CC
At its core, #1DA0CC is a medium and vivid hue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(29, 160, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 86% cyan, 22% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DA0CC
RGB29, 160, 204
HSL195.1°, 75.1%, 45.7%
CMYK86%, 22%, 0%, 20%
HSV195.1°, 85.8%, 80.0%
LAB61.4, -17.9, -31.9
XYZ24.0, 29.8, 61.6
Decimal1941708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA0CC;
}
.text-color {
color: #1DA0CC;
}
.border-color {
border: 2px solid #1DA0CC;
}