#A8D3BD
A light, moderate green closely aligning with Paleturquoise.
About #A8D3BD
When working with digital screens, the color #A8D3BD is rendered by mixing light. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(168, 211, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 20% Cyan, 0% Magenta, 10% Yellow, and 17% Black. The HSL representation is 149.3° hue, 32.8% saturation, and 74.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A8D3BD
RGB168, 211, 189
HSL149.3°, 32.8%, 74.3%
CMYK20%, 0%, 10%, 17%
HSV149.3°, 20.4%, 82.7%
LAB81.1, -18.5, 6.3
XYZ48.6, 58.6, 56.9
Decimal11064253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D3BD;
}
.text-color {
color: #A8D3BD;
}
.border-color {
border: 2px solid #A8D3BD;
}