#8AA0F8
A light, vivid blue closely aligning with Cornflowerblue.
About #8AA0F8
At its core, #8AA0F8 is a light and vivid hue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 138 red, 160 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 44% Cyan, 35% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AA0F8
RGB138, 160, 248
HSL228.0°, 88.7%, 75.7%
CMYK44%, 35%, 0%, 3%
HSV228.0°, 44.4%, 97.3%
LAB67.5, 14.7, -46.4
XYZ40.0, 37.3, 93.9
Decimal9085176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AA0F8;
}
.text-color {
color: #8AA0F8;
}
.border-color {
border: 2px solid #8AA0F8;
}