#7CF8BD
A light, vivid green closely aligning with Aquamarine.
About #7CF8BD
The precise color #7CF8BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 124 red, 248 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 0% Magenta, 24% Yellow, and 3% Black. The HSL representation is 151.5° hue, 89.9% saturation, and 72.9% lightness.
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#7CF8BD
RGB124, 248, 189
HSL151.5°, 89.9%, 72.9%
CMYK50%, 0%, 24%, 3%
HSV151.5°, 50.0%, 97.3%
LAB89.4, -48.0, 17.9
XYZ51.1, 75.1, 59.9
Decimal8190141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.02:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8BD;
}
.text-color {
color: #7CF8BD;
}
.border-color {
border: 2px solid #7CF8BD;
}