#5FFFD3
A light, vivid green closely aligning with Aquamarine.
About #5FFFD3
The hex code #5FFFD3 represents a beautifully specific shade of green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 95 red, 255 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. The color uses 63% Cyan, 0% Magenta, 17% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFFD3
RGB95, 255, 211
HSL163.5°, 100.0%, 68.6%
CMYK63%, 0%, 17%, 0%
HSV163.5°, 62.7%, 100.0%
LAB91.1, -52.0, 8.7
XYZ52.2, 78.7, 74.1
Decimal6291411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.73:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFD3;
}
.text-color {
color: #5FFFD3;
}
.border-color {
border: 2px solid #5FFFD3;
}