#92B6B6
A light, muted cyan closely aligning with Darkgray.
About #92B6B6
Visually, #92B6B6 is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(146, 182, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 20% Cyan, 0% Magenta, 0% Yellow, and 29% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92B6B6
RGB146, 182, 182
HSL180.0°, 19.8%, 64.3%
CMYK20%, 0%, 0%, 29%
HSV180.0°, 19.8%, 71.4%
LAB71.5, -12.1, -4.0
XYZ37.0, 42.9, 50.6
Decimal9615030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B6B6;
}
.text-color {
color: #92B6B6;
}
.border-color {
border: 2px solid #92B6B6;
}