#A0B6D3
A light, moderate blue closely aligning with Lightsteelblue.
About #A0B6D3
The hex code #A0B6D3 represents a beautifully specific shade of blue. Its closest recognized web color is Lightsteelblue. This translates to an RGB value of rgb(160, 182, 211).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 24% C, 14% M, 0% Y, and 17% K. The HSL representation is 214.1° hue, 36.7% saturation, and 72.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0B6D3
RGB160, 182, 211
HSL214.1°, 36.7%, 72.7%
CMYK24%, 14%, 0%, 17%
HSV214.1°, 24.2%, 82.7%
LAB73.3, -1.2, -17.1
XYZ43.0, 45.6, 68.2
Decimal10532563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.13:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6D3;
}
.text-color {
color: #A0B6D3;
}
.border-color {
border: 2px solid #A0B6D3;
}