#49F8BD
A light, vivid green closely aligning with Aquamarine.
About #49F8BD
Visually, #49F8BD is defined as a vivid green. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(73, 248, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49F8BD
RGB73, 248, 189
HSL159.8°, 92.6%, 62.9%
CMYK71%, 0%, 24%, 3%
HSV159.8°, 70.6%, 97.3%
LAB88.1, -57.5, 15.8
XYZ45.5, 72.2, 59.7
Decimal4847805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F8BD;
}
.text-color {
color: #49F8BD;
}
.border-color {
border: 2px solid #49F8BD;
}