#07BDE2
A medium, vivid cyan closely aligning with Deepskyblue.
About #07BDE2
The hex code #07BDE2 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, 189 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 16% Magenta, 0% Yellow, and 11% Black. The HSL representation is 190.1° hue, 94.0% saturation, and 45.7% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07BDE2
RGB7, 189, 226
HSL190.1°, 94.0%, 45.7%
CMYK97%, 16%, 0%, 11%
HSV190.1°, 96.9%, 88.6%
LAB70.8, -26.4, -29.5
XYZ32.0, 41.9, 78.4
Decimal507362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BDE2;
}
.text-color {
color: #07BDE2;
}
.border-color {
border: 2px solid #07BDE2;
}