#50F8C5
A light, vivid green closely aligning with Aquamarine.
About #50F8C5
At its core, #50F8C5 is a light and vivid hue. Its closest recognized web color is Aquamarine. Its digital footprint relies on 80 parts red, 248 parts green, and 197 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 68% cyan, 0% magenta, 21% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#50F8C5
RGB80, 248, 197
HSL161.8°, 92.3%, 64.3%
CMYK68%, 0%, 21%, 3%
HSV161.8°, 67.7%, 97.3%
LAB88.4, -54.7, 12.1
XYZ47.0, 72.9, 64.4
Decimal5306565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8C5;
}
.text-color {
color: #50F8C5;
}
.border-color {
border: 2px solid #50F8C5;
}