#9FAF9D
A light, muted green closely aligning with Darkgray.
About #9FAF9D
At its core, #9FAF9D is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(159, 175, 157).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 9% cyan, 0% magenta, 10% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9FAF9D
RGB159, 175, 157
HSL113.3°, 10.1%, 65.1%
CMYK9%, 0%, 10%, 31%
HSV113.3°, 10.3%, 68.6%
LAB69.8, -9.0, 7.3
XYZ35.7, 40.5, 37.8
Decimal10465181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #9FAF9D;
}
.text-color {
color: #9FAF9D;
}
.border-color {
border: 2px solid #9FAF9D;
}