#AFAFF8
A very light, vivid blue closely aligning with Cornflowerblue.
About #AFAFF8
The hex code #AFAFF8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Cornflowerblue. Its digital footprint relies on 175 parts red, 175 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 29% cyan, 29% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#AFAFF8
RGB175, 175, 248
HSL240.0°, 83.9%, 82.9%
CMYK29%, 29%, 0%, 3%
HSV240.0°, 29.4%, 97.3%
LAB73.9, 16.0, -36.2
XYZ50.0, 46.6, 95.2
Decimal11513848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.31:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAFF8;
}
.text-color {
color: #AFAFF8;
}
.border-color {
border: 2px solid #AFAFF8;
}