#AFBDFF
A very light, vivid blue closely aligning with Lightskyblue.
About #AFBDFF
The hex code #AFBDFF represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightskyblue. Its digital footprint relies on 175 parts red, 189 parts green, and 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 31% C, 26% M, 0% Y, and 0% K. With a hue angle of 229.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#AFBDFF
RGB175, 189, 255
HSL229.5°, 100.0%, 84.3%
CMYK31%, 26%, 0%, 0%
HSV229.5°, 31.4%, 100.0%
LAB77.7, 10.0, -34.1
XYZ53.9, 52.7, 101.9
Decimal11517439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.55:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBDFF;
}
.text-color {
color: #AFBDFF;
}
.border-color {
border: 2px solid #AFBDFF;
}