#A0BDBD
A light, muted cyan closely aligning with Silver.
About #A0BDBD
The hex code #A0BDBD represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 160 red, 189 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 15% C, 0% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
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#A0BDBD
RGB160, 189, 189
HSL180.0°, 18.0%, 68.4%
CMYK15%, 0%, 0%, 26%
HSV180.0°, 15.3%, 74.1%
LAB74.5, -9.8, -3.3
XYZ41.9, 47.5, 55.1
Decimal10534333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BDBD;
}
.text-color {
color: #A0BDBD;
}
.border-color {
border: 2px solid #A0BDBD;
}