#5DE8A9
A light, vivid green closely aligning with Aquamarine.
About #5DE8A9
Visually, #5DE8A9 is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(93, 232, 169).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. The HSL representation is 152.8° hue, 75.1% saturation, and 63.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5DE8A9
RGB93, 232, 169
HSL152.8°, 75.1%, 63.7%
CMYK60%, 0%, 27%, 9%
HSV152.8°, 59.9%, 91.0%
LAB83.4, -52.1, 19.6
XYZ40.5, 62.9, 47.5
Decimal6154409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5DE8A9;
}
.text-color {
color: #5DE8A9;
}
.border-color {
border: 2px solid #5DE8A9;
}