#50BDE9
A light, vivid blue closely aligning with Lightskyblue.
About #50BDE9
Visually, #50BDE9 is defined as a vivid blue. Its closest recognized web color is Lightskyblue. In the RGB color space, it consists of 80 red, 189 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 66% cyan, 19% magenta, 0% yellow, and 9% black. With a hue angle of 197.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50BDE9
RGB80, 189, 233
HSL197.3°, 77.7%, 61.4%
CMYK66%, 19%, 0%, 9%
HSV197.3°, 65.7%, 91.4%
LAB72.2, -17.8, -31.1
XYZ36.2, 44.0, 83.7
Decimal5291497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BDE9;
}
.text-color {
color: #50BDE9;
}
.border-color {
border: 2px solid #50BDE9;
}