#A8B6F8
A very light, vivid blue closely aligning with Cornflowerblue.
About #A8B6F8
At its core, #A8B6F8 is a very light and vivid hue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(168, 182, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 27% magenta inks. The HSL representation is 229.5° hue, 85.1% saturation, and 81.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8B6F8
RGB168, 182, 248
HSL229.5°, 85.1%, 81.6%
CMYK32%, 27%, 0%, 3%
HSV229.5°, 32.3%, 97.3%
LAB75.2, 10.1, -34.3
XYZ49.8, 48.6, 95.6
Decimal11056888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.71:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8B6F8;
}
.text-color {
color: #A8B6F8;
}
.border-color {
border: 2px solid #A8B6F8;
}