#99AFA8
A light, muted green closely aligning with Darkgray.
About #99AFA8
At its core, #99AFA8 is a light and muted hue. It is closely associated with the named CSS color Darkgray. This translates to an RGB value of rgb(153, 175, 168).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 13% cyan and 0% magenta inks. With a hue angle of 160.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99AFA8
RGB153, 175, 168
HSL160.9°, 12.1%, 64.3%
CMYK13%, 0%, 4%, 31%
HSV160.9°, 12.6%, 68.6%
LAB69.7, -9.0, 1.0
XYZ35.5, 40.3, 42.9
Decimal10071976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AFA8;
}
.text-color {
color: #99AFA8;
}
.border-color {
border: 2px solid #99AFA8;
}