#50FFF8
A light, vivid cyan closely aligning with Aqua.
About #50FFF8
The precise color #50FFF8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 80 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 0% Magenta, 3% Yellow, and 0% 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. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50FFF8
RGB80, 255, 248
HSL177.6°, 100.0%, 65.7%
CMYK69%, 0%, 3%, 0%
HSV177.6°, 68.6%, 100.0%
LAB91.7, -45.0, -9.6
XYZ56.0, 80.0, 101.3
Decimal5308408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
17.00:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFF8;
}
.text-color {
color: #50FFF8;
}
.border-color {
border: 2px solid #50FFF8;
}