#83CCAF
A light, moderate green closely aligning with Mediumaquamarine.
About #83CCAF
Visually, #83CCAF is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 131 parts red, 204 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. The HSL representation is 156.2° hue, 41.7% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83CCAF
RGB131, 204, 175
HSL156.2°, 41.7%, 65.7%
CMYK36%, 0%, 14%, 20%
HSV156.2°, 35.8%, 80.0%
LAB76.7, -29.2, 7.3
XYZ38.7, 51.1, 48.4
Decimal8637615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.22:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CCAF;
}
.text-color {
color: #83CCAF;
}
.border-color {
border: 2px solid #83CCAF;
}