Cool Grey (#8C92AC)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.08:1 — vs black: 6.82:1
Color values
-
HEX
#8C92AC -
RGB
rgb(140, 146, 172) -
HSL
hsl(228, 18%, 67%) -
CMYK
cmyk( 18.6, 15.12, 0, 32.55 ) -
Websafe
#999999
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #8C92AC based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#8C92AC
Base
#ACA68C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#8C92AC
Base
#8CA2AC
#968CAC
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#8C92AC
Base
#AC8C92
#92AC8C
Two colors flanking the complement — high contrast with less tension than full complementary.
#8C92AC
Base
#AC968C
#A2AC8C
Four colors at 90° intervals — rich variety, best when one color dominates.
#8C92AC
Base
#AC8CA2
#ACA68C
#8CAC96
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#8C92AC
Base
#43475C
#636A89
#747C9B
#A4A8BD
#B8BCCC
#E5E6EC
Darker shades and lighter tints of Cool Grey, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0B0B0F
#232530
#3B3F51
#535973
#6B7294
#8C92AC
Base
#A0A5BA
#B4B8C9
#C8CBD7
#DCDEE6
#F0F1F4
Ready-to-use code snippets for #8C92AC. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #8C92AC;
}
/* Text */
.element {
color: #8C92AC;
}
/* Border */
.element {
border: 1px solid #8C92AC;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#8C92AC,
#BBB69D
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#8C92AC,
#BBB69D
);
}
// SCSS variable
$cool-grey: #8C92AC;
// With RGB channels (useful for rgba() usage)
$cool-grey-r: 140;
$cool-grey-g: 146;
$cool-grey-b: 172;
// Usage
.element {
background-color: $cool-grey;
color: rgba($cool-grey-r, $cool-grey-g, $cool-grey-b, 0.8);
}
How Cool Grey appears to people with different types of color vision deficiency.
#8C92AC
How the color appears with full color vision.
#9090AC
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9191AC
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#889696
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#939393
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.