#A0A8F8
A very light, vivid blue closely aligning with Cornflowerblue.
About #A0A8F8
Visually, #A0A8F8 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, 168, and 248.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 35% cyan and 32% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0A8F8
RGB160, 168, 248
HSL234.5°, 86.3%, 80.0%
CMYK35%, 32%, 0%, 3%
HSV234.5°, 35.5%, 97.3%
LAB71.0, 15.8, -40.7
XYZ45.4, 42.3, 94.6
Decimal10529016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.45:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0A8F8;
}
.text-color {
color: #A0A8F8;
}
.border-color {
border: 2px solid #A0A8F8;
}