#07B6DB
A medium, vivid cyan closely aligning with Deepskyblue.
About #07B6DB
At its core, #07B6DB is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. Its digital footprint relies on 7 parts red, 182 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 17% magenta, 0% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07B6DB
RGB7, 182, 219
HSL190.5°, 93.8%, 44.3%
CMYK97%, 17%, 0%, 14%
HSV190.5°, 96.8%, 85.9%
LAB68.5, -25.2, -29.3
XYZ29.6, 38.6, 72.9
Decimal505563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07B6DB;
}
.text-color {
color: #07B6DB;
}
.border-color {
border: 2px solid #07B6DB;
}