#8AFFF8
A light, vivid cyan closely aligning with Aqua.
About #8AFFF8
Visually, #8AFFF8 is defined as a vivid cyan. Its closest recognized web color is Aqua. In the RGB color space, it consists of 138 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 46% cyan, 0% magenta, 3% yellow, and 0% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AFFF8
RGB138, 255, 248
HSL176.4°, 100.0%, 77.1%
CMYK46%, 0%, 3%, 0%
HSV176.4°, 45.9%, 100.0%
LAB93.3, -34.8, -7.0
XYZ63.2, 83.7, 101.6
Decimal9109496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.74:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFFF8;
}
.text-color {
color: #8AFFF8;
}
.border-color {
border: 2px solid #8AFFF8;
}