#50DBF8
A light, vivid cyan closely aligning with Skyblue.
About #50DBF8
At its core, #50DBF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 219, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 12% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50DBF8
RGB80, 219, 248
HSL190.4°, 92.3%, 64.3%
CMYK68%, 12%, 0%, 3%
HSV190.4°, 67.7%, 97.3%
LAB81.4, -28.3, -25.1
XYZ45.6, 59.1, 97.8
Decimal5299192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBF8;
}
.text-color {
color: #50DBF8;
}
.border-color {
border: 2px solid #50DBF8;
}