Pantone Cool Gray 9 C
#75787B · rgb(117, 120, 123)
HEX
#75787B
RGB
rgb(117, 120, 123)
CMYK
cmyk(5%, 2%, 0%, 52%)
HSL
hsl(210, 3%, 47%)
LAB
lab(50.3, -0.5, -2.0)
What is Pantone Cool Gray 9 C?
Pantone Cool Gray 9 C is a Coated (C) PMS reference in the neutral family. Its current screen approximation on PantoneTools is #75787B, rgb(117, 120, 123), and cmyk(5%, 2%, 0%, 52%). Use it when you need a quick Pantone to HEX, Pantone to RGB, or Pantone to CMYK lookup for brand exploration, UI palettes, and print handoff conversations. For accessibility, this page tests Pantone Cool Gray 9 C as a background and currently recommends black text as the safer default before final contrast review. The tints, shades, complementary palette, and developer exports are generated from the same sRGB value so teams can keep web tokens and design notes aligned. These digital values are approximations rather than licensed Pantone specifications; confirm production-critical color with a current physical guide, D50 lighting, and a printer proof.
Workflow context for Pantone Cool Gray 9 C
Neutral coated production notes
Because this is a coated-paper reference, use it for glossy stock, laminated labels, premium cartons, and spot-color conversations where ink sits on a less absorbent surface. Do not assume the same visual result on kraft, recycled, or uncoated paper without a separate proof. Neutral colors are useful for surfaces, borders, and typography systems. Confirm small differences between adjacent grays remain visible in low-quality displays and print proofs.
- Use Pantone Cool Gray 9 C as a digital reference first, then confirm production work against a physical guide or approved proof.
- Record the approved coated value separately from CMYK, HEX, RGB, and design-token fallbacks.
- For UI or web use, pair this color with black text only after checking the actual contrast ratio in context.
- When sending to a vendor, include the expected substrate, lighting condition, and approval owner instead of only sending a HEX value.
Data provenance
Curated community sRGB approximations
Hand-curated approximate sRGB visual equivalents for screen preview and matching workflows. This is not an official Pantone licensed value source. Use for educational lookup, digital previews, nearest-color matching, accessibility checks, and workflow planning. Confirm production color against physical guides, licensed values, or printer proofs.
- Source type
- community-reference
- Confidence
- low
- Last reviewed
- 2026-05-23
Scale metadata
These fields are used by the scale audit before any larger color-directory expansion. They are intentionally conservative because current values are approximate screen references.
Neutral colors are useful for systems, surfaces, and typography but need contrast and adjacent-gray checks across displays and print proofs.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone Cool Gray 9 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#ACAEB0
#75787B
#46484A
#8A8784
Accessibility
WCAG 2.1 contrast checks for Pantone Cool Gray 9 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone Cool Gray 9 C (same finish).
Pantone Cool Gray 10 C · ΔE 7.03
#63666A
CPantone Cool Gray 8 C · ΔE 7.15
#888B8D
CPantone 877 C · ΔE 7.85
#8A8D8F
CPantone Warm Gray 9 C · ΔE 8.62
#83786F
CPantone Warm Gray 10 C · ΔE 9.19
#796E65
CPantone Warm Gray 8 C · ΔE 9.22
#8B8178
CSimilar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone Cool Gray 9 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 9023
#787878
Pearl dark grey
RAL 7037
#7D7F7D
Dusty grey
RAL 7005
#6B716F
Mouse grey
RAL 7036
#7F7679
Platinum grey
RAL 7000
#7E8B92
Squirrel grey
RAL 9007
#8F8F8F
Grey aluminium
Developer Exports
CSS Variables
:root {
--p-cool-gray-9-c: #75787B;
--p-cool-gray-9-c-rgb: 117 120 123;
--p-cool-gray-9-c-hsl: 210 3% 47%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-cool-gray-9-c: {
DEFAULT: "#75787B",
50: "#F4F4F4",
100: "#E9E9EA",
200: "#D3D4D5",
300: "#BABCBD",
400: "#989A9C",
500: "#75787B",
600: "#636669",
700: "#4C4E50",
800: "#353637",
900: "#1D1E1F",
950: "#0E0E0F",
},
},
},
},
};Design Token JSON
{
"name": "Pantone Cool Gray 9 C",
"hex": "#75787B",
"rgb": {
"r": 117,
"g": 120,
"b": 123
},
"cmyk": {
"c": 5,
"m": 2,
"y": 0,
"k": 52
},
"hsl": {
"h": 210,
"s": 3,
"l": 47
},
"lab": {
"l": 50.27,
"a": -0.51,
"b": -2.04
},
"pantone": {
"code": "Pantone Cool Gray 9 C",
"finish": "coated",
"family": "neutral"
}
}