#50B6F8
A light, vivid blue closely aligning with Deepskyblue.
About #50B6F8
When working with digital screens, the color #50B6F8 is rendered by mixing light. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(80, 182, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 27% Magenta, 0% Yellow, and 3% Black. With a hue angle of 203.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50B6F8
RGB80, 182, 248
HSL203.6°, 92.3%, 64.3%
CMYK68%, 27%, 0%, 3%
HSV203.6°, 67.7%, 97.3%
LAB70.8, -9.2, -41.4
XYZ37.0, 41.9, 95.0
Decimal5289720
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: #50B6F8;
}
.text-color {
color: #50B6F8;
}
.border-color {
border: 2px solid #50B6F8;
}