#6DF8BD
A light, vivid green closely aligning with Aquamarine.
About #6DF8BD
The precise color #6DF8BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 248, and 189.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 24% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF8BD
RGB109, 248, 189
HSL154.5°, 90.8%, 70.0%
CMYK56%, 0%, 24%, 3%
HSV154.5°, 56.0%, 97.3%
LAB89.0, -51.3, 17.1
XYZ49.1, 74.1, 59.9
Decimal7207101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.81:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8BD;
}
.text-color {
color: #6DF8BD;
}
.border-color {
border: 2px solid #6DF8BD;
}