#8AAFF8
A light, vivid blue closely aligning with Cornflowerblue.
About #8AAFF8
The hex code #8AAFF8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 138 red, 175 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 44% Cyan, 29% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#8AAFF8
RGB138, 175, 248
HSL219.8°, 88.7%, 75.7%
CMYK44%, 29%, 0%, 3%
HSV219.8°, 44.4%, 97.3%
LAB71.4, 6.2, -40.2
XYZ42.8, 42.8, 94.8
Decimal9089016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.57:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AAFF8;
}
.text-color {
color: #8AAFF8;
}
.border-color {
border: 2px solid #8AAFF8;
}