#A8E9F8
A very light, vivid cyan closely aligning with Powderblue.
About #A8E9F8
When working with digital screens, the color #A8E9F8 is rendered by mixing light. Its closest recognized web color is Powderblue. In the RGB color space, it consists of 168 red, 233 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 6% Magenta, 0% Yellow, and 3% Black. The HSL representation is 191.2° hue, 85.1% saturation, and 81.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very 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#A8E9F8
RGB168, 233, 248
HSL191.2°, 85.1%, 81.6%
CMYK32%, 6%, 0%, 3%
HSV191.2°, 32.3%, 97.3%
LAB88.6, -16.8, -13.8
XYZ62.2, 73.4, 99.7
Decimal11069944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.68:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E9F8;
}
.text-color {
color: #A8E9F8;
}
.border-color {
border: 2px solid #A8E9F8;
}