#5FFFBD
A light, vivid green closely aligning with Aquamarine.
About #5FFFBD
When working with digital screens, the color #5FFFBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 95 parts red, 255 parts green, and 189 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFFBD
RGB95, 255, 189
HSL155.2°, 100.0%, 68.6%
CMYK63%, 0%, 26%, 0%
HSV155.2°, 62.7%, 100.0%
LAB90.6, -56.8, 19.4
XYZ49.7, 77.6, 60.5
Decimal6291389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.53:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFBD;
}
.text-color {
color: #5FFFBD;
}
.border-color {
border: 2px solid #5FFFBD;
}