#AFD3FF
A very light, vivid blue closely aligning with Lightskyblue.
About #AFD3FF
The hex code #AFD3FF represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightskyblue. In the RGB color space, it consists of 175 red, 211 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 31% Cyan, 17% Magenta, 0% Yellow, and 0% Black. With a hue angle of 213.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#AFD3FF
RGB175, 211, 255
HSL213.0°, 100.0%, 84.3%
CMYK31%, 17%, 0%, 0%
HSV213.0°, 31.4%, 100.0%
LAB83.4, -1.9, -25.4
XYZ59.0, 62.9, 103.6
Decimal11523071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD3FF;
}
.text-color {
color: #AFD3FF;
}
.border-color {
border: 2px solid #AFD3FF;
}