#50AFE9
A light, vivid blue closely aligning with Deepskyblue.
About #50AFE9
When working with digital screens, the color #50AFE9 is rendered by mixing light. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(80, 175, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 66% Cyan, 25% Magenta, 0% Yellow, and 9% 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#50AFE9
RGB80, 175, 233
HSL202.7°, 77.7%, 61.4%
CMYK66%, 25%, 0%, 9%
HSV202.7°, 65.7%, 91.4%
LAB68.2, -10.3, -37.3
XYZ33.3, 38.2, 82.7
Decimal5287913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50AFE9;
}
.text-color {
color: #50AFE9;
}
.border-color {
border: 2px solid #50AFE9;
}