#83997C
A medium, muted green closely aligning with Darkseagreen.
About #83997C
At its core, #83997C is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 131 parts red, 153 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 0% Magenta, 19% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83997C
RGB131, 153, 124
HSL105.5°, 12.4%, 54.3%
CMYK14%, 0%, 19%, 40%
HSV105.5°, 19.0%, 60.0%
LAB60.8, -13.5, 12.7
XYZ24.4, 29.1, 23.4
Decimal8624508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83997C;
}
.text-color {
color: #83997C;
}
.border-color {
border: 2px solid #83997C;
}