#A0B6F8
A very light, vivid blue closely aligning with Cornflowerblue.
About #A0B6F8
The hex code #A0B6F8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Cornflowerblue. This translates to an RGB value of rgb(160, 182, 248).
Translating this color to physical media requires the CMYK color model. The color uses 35% Cyan, 27% Magenta, 0% Yellow, and 3% Black. The HSL representation is 225.0° hue, 86.3% saturation, and 80.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0B6F8
RGB160, 182, 248
HSL225.0°, 86.3%, 80.0%
CMYK35%, 27%, 0%, 3%
HSV225.0°, 35.5%, 97.3%
LAB74.6, 7.9, -35.2
XYZ48.2, 47.7, 95.5
Decimal10532600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.54:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6F8;
}
.text-color {
color: #A0B6F8;
}
.border-color {
border: 2px solid #A0B6F8;
}