#A0AFFF
A very light, vivid blue closely aligning with Cornflowerblue.
About #A0AFFF
Visually, #A0AFFF is defined as a vivid blue. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 37% cyan and 31% magenta inks. With a hue angle of 230.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0AFFF
RGB160, 175, 255
HSL230.5°, 100.0%, 81.4%
CMYK37%, 31%, 0%, 0%
HSV230.5°, 37.3%, 100.0%
LAB73.1, 13.7, -41.3
XYZ47.9, 45.4, 100.8
Decimal10530815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.07:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AFFF;
}
.text-color {
color: #A0AFFF;
}
.border-color {
border: 2px solid #A0AFFF;
}