#83B68A
A light, muted green closely aligning with Darkseagreen.
About #83B68A
At its core, #83B68A is a light and muted hue. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(131, 182, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 28% cyan and 0% magenta inks. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83B68A
RGB131, 182, 138
HSL128.2°, 25.9%, 61.4%
CMYK28%, 0%, 24%, 29%
HSV128.2°, 28.0%, 71.4%
LAB69.6, -25.8, 17.1
XYZ30.7, 40.1, 30.2
Decimal8631946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.02:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83B68A;
}
.text-color {
color: #83B68A;
}
.border-color {
border: 2px solid #83B68A;
}