#99BDAF
A light, muted green closely aligning with Silver.
About #99BDAF
The precise color #99BDAF is an excellent choice for modern design projects. It is closely associated with the named CSS color Silver. This translates to an RGB value of rgb(153, 189, 175).
If you are designing for print, the four-color process is what matters most. The color uses 19% Cyan, 0% Magenta, 7% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#99BDAF
RGB153, 189, 175
HSL156.7°, 21.4%, 67.1%
CMYK19%, 0%, 7%, 26%
HSV156.7°, 19.0%, 74.1%
LAB73.7, -14.9, 3.1
XYZ39.1, 46.3, 47.4
Decimal10075567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.25:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BDAF;
}
.text-color {
color: #99BDAF;
}
.border-color {
border: 2px solid #99BDAF;
}