#07A8DB
A medium, vivid cyan closely aligning with Deepskyblue.
About #07A8DB
The hex code #07A8DB represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 7 red, 168 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 23% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07A8DB
RGB7, 168, 219
HSL194.4°, 93.8%, 44.3%
CMYK97%, 23%, 0%, 14%
HSV194.4°, 96.8%, 85.9%
LAB64.3, -17.9, -35.8
XYZ26.9, 33.2, 72.0
Decimal501979
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8DB;
}
.text-color {
color: #07A8DB;
}
.border-color {
border: 2px solid #07A8DB;
}