#1DB6FF
A medium, vivid blue closely aligning with Deepskyblue.
About #1DB6FF
Visually, #1DB6FF is defined as a vivid blue. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 182, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 29% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DB6FF
RGB29, 182, 255
HSL199.4°, 100.0%, 55.7%
CMYK89%, 29%, 0%, 0%
HSV199.4°, 88.6%, 100.0%
LAB70.1, -11.9, -46.3
XYZ35.3, 40.9, 100.6
Decimal1947391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DB6FF;
}
.text-color {
color: #1DB6FF;
}
.border-color {
border: 2px solid #1DB6FF;
}