#92A8A8
A light, muted cyan closely aligning with Darkgray.
About #92A8A8
At its core, #92A8A8 is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 168, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 13% C, 0% M, 0% Y, and 34% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
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#92A8A8
RGB146, 168, 168
HSL180.0°, 11.2%, 61.6%
CMYK13%, 0%, 0%, 34%
HSV180.0°, 13.1%, 65.9%
LAB67.2, -7.6, -2.6
XYZ32.9, 36.9, 42.4
Decimal9611432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.39:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92A8A8;
}
.text-color {
color: #92A8A8;
}
.border-color {
border: 2px solid #92A8A8;
}