#A8FFFF
A very light, vivid cyan closely aligning with Paleturquoise.
About #A8FFFF
At its core, #A8FFFF is a very light and vivid hue. It is closely associated with the named CSS color Paleturquoise. This translates to an RGB value of rgb(168, 255, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 0% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8FFFF
RGB168, 255, 255
HSL180.0°, 100.0%, 82.9%
CMYK34%, 0%, 0%, 0%
HSV180.0°, 34.1%, 100.0%
LAB94.8, -26.0, -8.3
XYZ70.0, 87.1, 107.7
Decimal11075583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.41:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FFFF;
}
.text-color {
color: #A8FFFF;
}
.border-color {
border: 2px solid #A8FFFF;
}