#A0BDAF
A light, muted green closely aligning with Silver.
About #A0BDAF
At its core, #A0BDAF is a light and muted hue. If you're using CSS, you might find it aligns closely with Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 189, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 15% Cyan, 0% Magenta, 7% Yellow, and 26% Black. With a hue angle of 151.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A0BDAF
RGB160, 189, 175
HSL151.0°, 18.0%, 68.4%
CMYK15%, 0%, 7%, 26%
HSV151.0°, 15.3%, 74.1%
LAB74.2, -12.6, 3.8
XYZ40.4, 47.0, 47.5
Decimal10534319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BDAF;
}
.text-color {
color: #A0BDAF;
}
.border-color {
border: 2px solid #A0BDAF;
}