#8AF0FF
A light, vivid cyan closely aligning with Paleturquoise.
About #8AF0FF
At its core, #8AF0FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. Its digital footprint relies on 138 parts red, 240 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 46% cyan, 6% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AF0FF
RGB138, 240, 255
HSL187.7°, 100.0%, 77.1%
CMYK46%, 6%, 0%, 0%
HSV187.7°, 45.9%, 100.0%
LAB89.4, -26.0, -16.5
XYZ59.7, 74.9, 105.9
Decimal9105663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
15.99:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF0FF;
}
.text-color {
color: #8AF0FF;
}
.border-color {
border: 2px solid #8AF0FF;
}