#A0B6C5
A light, muted blue closely aligning with Lightsteelblue.
About #A0B6C5
At its core, #A0B6C5 is a light and muted hue. It is closely associated with the named CSS color Lightsteelblue. In the RGB color space, it consists of 160 red, 182 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. The color uses 19% Cyan, 8% Magenta, 0% Yellow, and 23% Black. The HSL representation is 204.3° hue, 24.2% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0B6C5
RGB160, 182, 197
HSL204.3°, 24.2%, 70.0%
CMYK19%, 8%, 0%, 23%
HSV204.3°, 18.8%, 77.3%
LAB72.9, -4.3, -10.1
XYZ41.3, 45.0, 59.3
Decimal10532549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
9.99:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6C5;
}
.text-color {
color: #A0B6C5;
}
.border-color {
border: 2px solid #A0B6C5;
}