#7CAF8A
A medium, muted green closely aligning with Darkseagreen.
About #7CAF8A
The precise color #7CAF8A is an excellent choice for modern design projects. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 124 parts red, 175 parts green, and 138 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 29% C, 0% M, 21% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CAF8A
RGB124, 175, 138
HSL136.5°, 24.2%, 58.6%
CMYK29%, 0%, 21%, 31%
HSV136.5°, 29.1%, 68.6%
LAB67.1, -24.6, 13.7
XYZ28.2, 36.8, 29.7
Decimal8171402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CAF8A;
}
.text-color {
color: #7CAF8A;
}
.border-color {
border: 2px solid #7CAF8A;
}