#92BDAF
A light, muted green closely aligning with Cadetblue.
About #92BDAF
Visually, #92BDAF is defined as a muted green. Designers often compare it to the standard color Cadetblue. Its digital footprint relies on 146 parts red, 189 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 23% Cyan, 0% Magenta, 7% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92BDAF
RGB146, 189, 175
HSL160.5°, 24.6%, 65.7%
CMYK23%, 0%, 7%, 26%
HSV160.5°, 22.8%, 74.1%
LAB73.3, -17.2, 2.4
XYZ37.8, 45.6, 47.4
Decimal9616815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.12:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92BDAF;
}
.text-color {
color: #92BDAF;
}
.border-color {
border: 2px solid #92BDAF;
}