#5FE9B6
A light, vivid green closely aligning with Aquamarine.
About #5FE9B6
The hex code #5FE9B6 represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 233, and 182.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 22% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE9B6
RGB95, 233, 182
HSL157.8°, 75.8%, 64.3%
CMYK59%, 0%, 22%, 9%
HSV157.8°, 59.2%, 91.4%
LAB84.0, -49.3, 13.7
XYZ42.3, 64.1, 54.4
Decimal6285750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.82:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE9B6;
}
.text-color {
color: #5FE9B6;
}
.border-color {
border: 2px solid #5FE9B6;
}