#50B6FF
A light, vivid blue closely aligning with Deepskyblue.
About #50B6FF
When working with digital screens, the color #50B6FF is rendered by mixing light. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 182, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 29% M, 0% Y, and 0% K. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50B6FF
RGB80, 182, 255
HSL205.0°, 100.0%, 65.7%
CMYK69%, 29%, 0%, 0%
HSV205.0°, 68.6%, 100.0%
LAB71.1, -7.0, -44.7
XYZ38.1, 42.4, 100.8
Decimal5289727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.48:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50B6FF;
}
.text-color {
color: #50B6FF;
}
.border-color {
border: 2px solid #50B6FF;
}