#50FFBD
A light, vivid green closely aligning with Aquamarine.
About #50FFBD
When working with digital screens, the color #50FFBD is rendered by mixing light. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(80, 255, 189).
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 26% Yellow, and 0% Black. The HSL representation is 157.4° hue, 100.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50FFBD
RGB80, 255, 189
HSL157.4°, 100.0%, 65.7%
CMYK69%, 0%, 26%, 0%
HSV157.4°, 68.6%, 100.0%
LAB90.3, -59.2, 18.9
XYZ48.3, 76.9, 60.4
Decimal5308349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.38:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFBD;
}
.text-color {
color: #50FFBD;
}
.border-color {
border: 2px solid #50FFBD;
}