#A8F8FF
A very light, vivid cyan closely aligning with Paleturquoise.
About #A8F8FF
At its core, #A8F8FF is a very light and vivid hue. Its closest recognized web color is Paleturquoise. Its digital footprint relies on 168 parts red, 248 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 34% cyan, 3% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A8F8FF
RGB168, 248, 255
HSL184.8°, 100.0%, 82.9%
CMYK34%, 3%, 0%, 0%
HSV184.8°, 34.1%, 100.0%
LAB92.9, -22.6, -11.1
XYZ67.8, 82.7, 107.0
Decimal11073791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.54:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F8FF;
}
.text-color {
color: #A8F8FF;
}
.border-color {
border: 2px solid #A8F8FF;
}