#8ADBB6
A light, moderate green closely aligning with Mediumaquamarine.
About #8ADBB6
Visually, #8ADBB6 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 219, and 182.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 37% cyan, 0% magenta, 17% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8ADBB6
RGB138, 219, 182
HSL152.6°, 52.9%, 70.0%
CMYK37%, 0%, 17%, 14%
HSV152.6°, 37.0%, 85.9%
LAB81.5, -32.9, 10.4
XYZ44.3, 59.4, 53.4
Decimal9100214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.89:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADBB6;
}
.text-color {
color: #8ADBB6;
}
.border-color {
border: 2px solid #8ADBB6;
}