Pantone Cool Gray 1 C
#D9D9D6 · rgb(217, 217, 214)
HEX
#D9D9D6
RGB
rgb(217, 217, 214)
CMYK
cmyk(0%, 0%, 1%, 15%)
HSL
hsl(60, 4%, 85%)
LAB
lab(86.6, -0.5, 1.5)
What is Pantone Cool Gray 1 C?
Pantone Cool Gray 1 C is a Coated (C) PMS reference in the neutral family. Its current screen approximation on PantoneTools is #D9D9D6, rgb(217, 217, 214), and cmyk(0%, 0%, 1%, 15%). 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 1 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 1 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 1 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 1 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#E8E8E6
#D9D9D6
#828280
#262629
Accessibility
WCAG 2.1 contrast checks for Pantone Cool Gray 1 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 1 C (same finish).
Pantone Cool Gray 2 C · ΔE 2.16
#D0D0CE
CPantone Warm Gray 1 C · ΔE 3.12
#D7D2CB
CPantone Cool Gray 3 C · ΔE 3.90
#C8C9C7
CPantone Warm Gray 2 C · ΔE 4.43
#CECAC2
CPantone Cool Gray 4 C · ΔE 7.30
#BBBCBC
CPantone Warm Gray 3 C · ΔE 8.84
#BFB8AF
CSimilar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone Cool Gray 1 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 7035
#D7D7D7
Light grey
RAL 9018
#D7D7D7
Papyrus white
RAL 9003
#F4F4F4
Signal white
RAL 9016
#F6F6F6
Traffic white
RAL 9002
#E7EBDA
Grey white
RAL 9010
#FFFFFF
Pure white
Developer Exports
CSS Variables
:root {
--p-cool-gray-1-c: #D9D9D6;
--p-cool-gray-1-c-rgb: 217 217 214;
--p-cool-gray-1-c-hsl: 60 4% 85%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-cool-gray-1-c: {
DEFAULT: "#D9D9D6",
50: "#FCFCFC",
100: "#F9F9F8",
200: "#F3F3F2",
300: "#ECECEB",
400: "#E3E3E0",
500: "#D9D9D6",
600: "#B8B8B6",
700: "#8D8D8B",
800: "#626260",
900: "#363636",
950: "#1A1A1A",
},
},
},
},
};Design Token JSON
{
"name": "Pantone Cool Gray 1 C",
"hex": "#D9D9D6",
"rgb": {
"r": 217,
"g": 217,
"b": 214
},
"cmyk": {
"c": 0,
"m": 0,
"y": 1,
"k": 15
},
"hsl": {
"h": 60,
"s": 4,
"l": 85
},
"lab": {
"l": 86.62,
"a": -0.54,
"b": 1.47
},
"pantone": {
"code": "Pantone Cool Gray 1 C",
"finish": "coated",
"family": "neutral"
}
}