#99AFA0
A light, muted green closely aligning with Darkgray.
About #99AFA0
When working with digital screens, the color #99AFA0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(153, 175, 160).
Translating this color to physical media requires the CMYK color model. The color uses 13% Cyan, 0% Magenta, 9% Yellow, and 31% Black. The HSL representation is 139.1° hue, 12.1% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99AFA0
RGB153, 175, 160
HSL139.1°, 12.1%, 64.3%
CMYK13%, 0%, 9%, 31%
HSV139.1°, 12.6%, 68.6%
LAB69.4, -10.6, 5.1
XYZ34.8, 40.0, 39.1
Decimal10071968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
8.99:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AFA0;
}
.text-color {
color: #99AFA0;
}
.border-color {
border: 2px solid #99AFA0;
}