#50F8DB
A light, vivid cyan closely aligning with Aquamarine.
About #50F8DB
Visually, #50F8DB is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 80 parts red, 248 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 0% M, 12% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50F8DB
RGB80, 248, 219
HSL169.6°, 92.3%, 64.3%
CMYK68%, 0%, 12%, 3%
HSV169.6°, 67.7%, 97.3%
LAB88.9, -49.4, 1.4
XYZ49.7, 74.0, 78.7
Decimal5306587
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.79:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8DB;
}
.text-color {
color: #50F8DB;
}
.border-color {
border: 2px solid #50F8DB;
}