#A8BDA0
A light, muted green closely aligning with Darkseagreen.
About #A8BDA0
At its core, #A8BDA0 is a light and muted hue. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 168 parts red, 189 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. With a hue angle of 103.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8BDA0
RGB168, 189, 160
HSL103.4°, 18.0%, 68.4%
CMYK11%, 0%, 15%, 26%
HSV103.4°, 15.3%, 74.1%
LAB74.4, -12.6, 12.3
XYZ40.7, 47.3, 40.2
Decimal11058592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.45:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BDA0;
}
.text-color {
color: #A8BDA0;
}
.border-color {
border: 2px solid #A8BDA0;
}