#49FFBD
A light, vivid green closely aligning with Aquamarine.
About #49FFBD
At its core, #49FFBD is a light and vivid hue. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 73 red, 255 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 71% C, 0% M, 26% Y, and 0% K. The HSL representation is 158.2° hue, 100.0% saturation, and 64.3% lightness.
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#49FFBD
RGB73, 255, 189
HSL158.2°, 100.0%, 64.3%
CMYK71%, 0%, 26%, 0%
HSV158.2°, 71.4%, 100.0%
LAB90.1, -60.2, 18.7
XYZ47.7, 76.6, 60.4
Decimal4849597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFBD;
}
.text-color {
color: #49FFBD;
}
.border-color {
border: 2px solid #49FFBD;
}