#A0DBA8
A light, moderate green closely aligning with Darkseagreen.
About #A0DBA8
At its core, #A0DBA8 is a light and moderate hue. Designers often compare it to the standard color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 219, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 27% Cyan, 0% Magenta, 23% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0DBA8
RGB160, 219, 168
HSL128.1°, 45.0%, 74.3%
CMYK27%, 0%, 23%, 14%
HSV128.1°, 26.9%, 85.9%
LAB82.4, -28.9, 19.1
XYZ46.9, 61.0, 46.3
Decimal10541992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.19:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DBA8;
}
.text-color {
color: #A0DBA8;
}
.border-color {
border: 2px solid #A0DBA8;
}