#92B6AF
A light, muted cyan closely aligning with Darkgray.
About #92B6AF
Visually, #92B6AF 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, 175).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92B6AF
RGB146, 182, 175
HSL168.3°, 19.8%, 64.3%
CMYK20%, 0%, 4%, 29%
HSV168.3°, 19.8%, 71.4%
LAB71.3, -13.6, -0.5
XYZ36.3, 42.7, 46.9
Decimal9615023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B6AF;
}
.text-color {
color: #92B6AF;
}
.border-color {
border: 2px solid #92B6AF;
}