#92A8AF
A light, muted cyan closely aligning with Darkgray.
About #92A8AF
When working with digital screens, the color #92A8AF is rendered by mixing light. Designers often compare it to the standard color Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 168, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 17% Cyan, 4% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92A8AF
RGB146, 168, 175
HSL194.5°, 15.3%, 62.9%
CMYK17%, 4%, 0%, 31%
HSV194.5°, 16.6%, 68.6%
LAB67.4, -6.1, -6.2
XYZ33.6, 37.2, 46.0
Decimal9611439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.44:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92A8AF;
}
.text-color {
color: #92A8AF;
}
.border-color {
border: 2px solid #92A8AF;
}