#50F8F8
A light, vivid cyan closely aligning with Aqua.
About #50F8F8
Visually, #50F8F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 80 parts red, 248 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 0% magenta, 0% yellow, and 3% black. The HSL representation is 180.0° hue, 92.3% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#50F8F8
RGB80, 248, 248
HSL180.0°, 92.3%, 64.3%
CMYK68%, 0%, 0%, 3%
HSV180.0°, 67.7%, 97.3%
LAB89.7, -41.9, -12.6
XYZ53.8, 75.6, 100.6
Decimal5306616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.12:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8F8;
}
.text-color {
color: #50F8F8;
}
.border-color {
border: 2px solid #50F8F8;
}