#A8DBBD
A light, moderate green closely aligning with Darkseagreen.
About #A8DBBD
The hex code #A8DBBD represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(168, 219, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 14% Yellow, and 14% Black. With a hue angle of 144.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8DBBD
RGB168, 219, 189
HSL144.7°, 41.5%, 75.9%
CMYK23%, 0%, 14%, 14%
HSV144.7°, 23.3%, 85.9%
LAB83.3, -22.5, 9.4
XYZ50.7, 62.7, 57.6
Decimal11066301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DBBD;
}
.text-color {
color: #A8DBBD;
}
.border-color {
border: 2px solid #A8DBBD;
}