#50F0F8
A light, vivid cyan closely aligning with Aqua.
About #50F0F8
Visually, #50F0F8 is defined as a vivid cyan. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(80, 240, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 3% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50F0F8
RGB80, 240, 248
HSL182.9°, 92.3%, 64.3%
CMYK68%, 3%, 0%, 3%
HSV182.9°, 67.7%, 97.3%
LAB87.4, -38.3, -16.0
XYZ51.4, 70.8, 99.8
Decimal5304568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.16:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0F8;
}
.text-color {
color: #50F0F8;
}
.border-color {
border: 2px solid #50F0F8;
}