#5FF8BD
A light, vivid green closely aligning with Aquamarine.
About #5FF8BD
When working with digital screens, the color #5FF8BD is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(95, 248, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 0% M, 24% Y, and 3% K. The HSL representation is 156.9° hue, 91.6% saturation, and 67.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FF8BD
RGB95, 248, 189
HSL156.9°, 91.6%, 67.3%
CMYK62%, 0%, 24%, 3%
HSV156.9°, 61.7%, 97.3%
LAB88.6, -54.0, 16.5
XYZ47.5, 73.2, 59.8
Decimal6289597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF8BD;
}
.text-color {
color: #5FF8BD;
}
.border-color {
border: 2px solid #5FF8BD;
}