#A8E9D3
A light, moderate green closely aligning with Paleturquoise.
About #A8E9D3
At its core, #A8E9D3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(168, 233, 211).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 28% C, 0% M, 9% Y, and 9% K. The HSL representation is 159.7° hue, 59.6% saturation, and 78.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8E9D3
RGB168, 233, 211
HSL159.7°, 59.6%, 78.6%
CMYK28%, 0%, 9%, 9%
HSV159.7°, 27.9%, 91.4%
LAB87.6, -24.9, 4.1
XYZ57.0, 71.3, 72.4
Decimal11069907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.26:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E9D3;
}
.text-color {
color: #A8E9D3;
}
.border-color {
border: 2px solid #A8E9D3;
}