#A8E2D3
A light, moderate green closely aligning with Paleturquoise.
About #A8E2D3
At its core, #A8E2D3 is a light and moderate hue. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 226, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 26% cyan, 0% magenta, 7% yellow, and 11% black. With a hue angle of 164.5 degrees, it sits comfortably in the green spectrum.
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#A8E2D3
RGB168, 226, 211
HSL164.5°, 50.0%, 77.3%
CMYK26%, 0%, 7%, 11%
HSV164.5°, 25.7%, 88.6%
LAB85.7, -21.5, 1.3
XYZ55.1, 67.4, 71.7
Decimal11068115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E2D3;
}
.text-color {
color: #A8E2D3;
}
.border-color {
border: 2px solid #A8E2D3;
}