#50BDFF
A light, vivid blue closely aligning with Deepskyblue.
About #50BDFF
At its core, #50BDFF is a light and vivid hue. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(80, 189, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 69% C, 26% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50BDFF
RGB80, 189, 255
HSL202.6°, 100.0%, 65.7%
CMYK69%, 26%, 0%, 0%
HSV202.6°, 68.6%, 100.0%
LAB73.1, -10.8, -41.6
XYZ39.6, 45.3, 101.3
Decimal5291519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.06:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BDFF;
}
.text-color {
color: #50BDFF;
}
.border-color {
border: 2px solid #50BDFF;
}