#A0A0E9
A light, moderate blue closely aligning with Cornflowerblue.
About #A0A0E9
Visually, #A0A0E9 is defined as a moderate blue. Designers often compare it to the standard color Cornflowerblue. Its digital footprint relies on 160 parts red, 160 parts green, and 233 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 31% Cyan, 31% Magenta, 0% Yellow, and 9% Black. With a hue angle of 240.0 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0A0E9
RGB160, 160, 233
HSL240.0°, 62.4%, 77.1%
CMYK31%, 31%, 0%, 9%
HSV240.0°, 31.3%, 91.4%
LAB68.4, 16.4, -36.7
XYZ41.8, 38.5, 82.3
Decimal10526953
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0A0E9;
}
.text-color {
color: #A0A0E9;
}
.border-color {
border: 2px solid #A0A0E9;
}