#50AFF8
A light, vivid blue closely aligning with Deepskyblue.
About #50AFF8
At its core, #50AFF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 175, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 29% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50AFF8
RGB80, 175, 248
HSL206.1°, 92.3%, 64.3%
CMYK68%, 29%, 0%, 3%
HSV206.1°, 67.7%, 97.3%
LAB68.9, -5.4, -44.5
XYZ35.6, 39.1, 94.5
Decimal5287928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.83:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50AFF8;
}
.text-color {
color: #50AFF8;
}
.border-color {
border: 2px solid #50AFF8;
}