#07B6F8
A medium, vivid blue closely aligning with Deepskyblue.
About #07B6F8
The hex code #07B6F8 represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(7, 182, 248).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 27% magenta inks. With a hue angle of 196.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07B6F8
RGB7, 182, 248
HSL196.4°, 94.5%, 50.0%
CMYK97%, 27%, 0%, 3%
HSV196.4°, 97.2%, 97.3%
LAB69.7, -15.2, -43.3
XYZ33.8, 40.3, 94.8
Decimal505592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07B6F8;
}
.text-color {
color: #07B6F8;
}
.border-color {
border: 2px solid #07B6F8;
}