#50CCF8
A light, vivid blue closely aligning with Lightskyblue.
About #50CCF8
At its core, #50CCF8 is a light and vivid hue. It is closely associated with the named CSS color Lightskyblue. In the RGB color space, it consists of 80 red, 204 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 68% cyan, 18% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#50CCF8
RGB80, 204, 248
HSL195.7°, 92.3%, 64.3%
CMYK68%, 18%, 0%, 3%
HSV195.7°, 67.7%, 97.3%
LAB77.1, -20.8, -31.7
XYZ41.8, 51.7, 96.6
Decimal5295352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.33:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CCF8;
}
.text-color {
color: #50CCF8;
}
.border-color {
border: 2px solid #50CCF8;
}