#8AF8F8
A light, vivid cyan closely aligning with Paleturquoise.
About #8AF8F8
Visually, #8AF8F8 is defined as a vivid cyan. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 138 red, 248 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 44% Cyan, 0% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AF8F8
RGB138, 248, 248
HSL180.0°, 88.7%, 75.7%
CMYK44%, 0%, 0%, 3%
HSV180.0°, 44.4%, 97.3%
LAB91.4, -31.6, -9.9
XYZ61.0, 79.3, 100.9
Decimal9107704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.86:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF8F8;
}
.text-color {
color: #8AF8F8;
}
.border-color {
border: 2px solid #8AF8F8;
}