#5FE9BD
A light, vivid green closely aligning with Aquamarine.
About #5FE9BD
Visually, #5FE9BD is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 95 red, 233 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 59% Cyan, 0% Magenta, 19% Yellow, and 9% Black. With a hue angle of 160.9 degrees, it sits comfortably in the green spectrum.
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#5FE9BD
RGB95, 233, 189
HSL160.9°, 75.8%, 64.3%
CMYK59%, 0%, 19%, 9%
HSV160.9°, 59.2%, 91.4%
LAB84.2, -47.8, 10.3
XYZ43.0, 64.4, 58.3
Decimal6285757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.88:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE9BD;
}
.text-color {
color: #5FE9BD;
}
.border-color {
border: 2px solid #5FE9BD;
}