#A0AFC5
A light, muted blue closely aligning with Lightsteelblue.
About #A0AFC5
Visually, #A0AFC5 is defined as a muted blue. It is closely associated with the named CSS color Lightsteelblue. Its digital footprint relies on 160 parts red, 175 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 11% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0AFC5
RGB160, 175, 197
HSL215.7°, 24.2%, 70.0%
CMYK19%, 11%, 0%, 23%
HSV215.7°, 18.8%, 77.3%
LAB71.0, -0.5, -12.9
XYZ39.9, 42.2, 58.9
Decimal10530757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.43:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AFC5;
}
.text-color {
color: #A0AFC5;
}
.border-color {
border: 2px solid #A0AFC5;
}