#99B6AF
A light, muted cyan closely aligning with Darkgray.
About #99B6AF
The precise color #99B6AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgray. This translates to an RGB value of rgb(153, 182, 175).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 16% C, 0% M, 4% Y, and 29% K. 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#99B6AF
RGB153, 182, 175
HSL165.5°, 16.6%, 65.7%
CMYK16%, 0%, 4%, 29%
HSV165.5°, 15.9%, 71.4%
LAB71.8, -11.3, 0.3
XYZ37.6, 43.3, 46.9
Decimal10073775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99B6AF;
}
.text-color {
color: #99B6AF;
}
.border-color {
border: 2px solid #99B6AF;
}