#A8BD83
A light, moderate green closely aligning with Darkseagreen.
About #A8BD83
At its core, #A8BD83 is a light and moderate hue. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(168, 189, 131).
If you are designing for print, the four-color process is what matters most. The color uses 11% Cyan, 0% Magenta, 31% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8BD83
RGB168, 189, 131
HSL81.7°, 30.5%, 62.7%
CMYK11%, 0%, 31%, 26%
HSV81.7°, 30.7%, 74.1%
LAB73.8, -17.2, 27.0
XYZ38.4, 46.4, 28.4
Decimal11058563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BD83;
}
.text-color {
color: #A8BD83;
}
.border-color {
border: 2px solid #A8BD83;
}