#8AB6FF
A light, vivid blue closely aligning with Cornflowerblue.
About #8AB6FF
Visually, #8AB6FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(138, 182, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 46% C, 29% M, 0% Y, and 0% K. The HSL representation is 217.4° hue, 100.0% saturation, and 77.1% lightness.
When using this color as a background, text legibility must be considered. 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#8AB6FF
RGB138, 182, 255
HSL217.4°, 100.0%, 77.1%
CMYK46%, 29%, 0%, 0%
HSV217.4°, 45.9%, 100.0%
LAB73.6, 4.3, -40.6
XYZ45.3, 46.1, 101.1
Decimal9090815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AB6FF;
}
.text-color {
color: #8AB6FF;
}
.border-color {
border: 2px solid #8AB6FF;
}