#A0AFBD
A light, muted blue closely aligning with Darkgray.
About #A0AFBD
The precise color #A0AFBD is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgray. This translates to an RGB value of rgb(160, 175, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 15% cyan and 7% magenta inks. With a hue angle of 209.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0AFBD
RGB160, 175, 189
HSL209.0°, 18.0%, 68.4%
CMYK15%, 7%, 0%, 26%
HSV209.0°, 15.3%, 74.1%
LAB70.7, -2.3, -8.9
XYZ39.0, 41.8, 54.2
Decimal10530749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AFBD;
}
.text-color {
color: #A0AFBD;
}
.border-color {
border: 2px solid #A0AFBD;
}