#A0B6F0
A light, vivid blue closely aligning with Lightskyblue.
About #A0B6F0
The precise color #A0B6F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightskyblue. This translates to an RGB value of rgb(160, 182, 240).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 33% cyan and 24% magenta inks. The HSL representation is 223.5° hue, 72.7% saturation, and 78.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#A0B6F0
RGB160, 182, 240
HSL223.5°, 72.7%, 78.4%
CMYK33%, 24%, 0%, 6%
HSV223.5°, 33.3%, 94.1%
LAB74.3, 5.9, -31.3
XYZ47.0, 47.2, 89.1
Decimal10532592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.44:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6F0;
}
.text-color {
color: #A0B6F0;
}
.border-color {
border: 2px solid #A0B6F0;
}