#AFAFFF
A very light, vivid blue closely aligning with Cornflowerblue.
About #AFAFFF
Visually, #AFAFFF 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(175, 175, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 31% C, 31% M, 0% Y, and 0% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFAFFF
RGB175, 175, 255
HSL240.0°, 100.0%, 84.3%
CMYK31%, 31%, 0%, 0%
HSV240.0°, 31.4%, 100.0%
LAB74.2, 17.7, -39.6
XYZ51.1, 47.0, 101.0
Decimal11513855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAFFF;
}
.text-color {
color: #AFAFFF;
}
.border-color {
border: 2px solid #AFAFFF;
}