Pantone Black 6 C
#101820 · rgb(16, 24, 32)
HEX
#101820
RGB
rgb(16, 24, 32)
CMYK
cmyk(50%, 25%, 0%, 87%)
HSL
hsl(210, 33%, 9%)
LAB
lab(7.8, -1.0, -6.8)
What is Pantone Black 6 C?
Pantone Black 6 C is a Coated (C) PMS reference in the black family. Its current screen approximation on PantoneTools is #101820, rgb(16, 24, 32), and cmyk(50%, 25%, 0%, 87%). 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 Black 6 C as a background and currently recommends white 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 Black 6 C
Black 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. Black references need production-specific handling: K-only text, rich black fills, overprint, and registration behavior should be specified separately.
- Use Pantone Black 6 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 white 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.
Black variants are not interchangeable. Rich black, process black, and spot black require different production handling.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone Black 6 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#707479
#101820
#0A0E13
#EFE7DF
Accessibility
WCAG 2.1 contrast checks for Pantone Black 6 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone Black 6 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone Black 6 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 5004
#18171C
Black blue
RAL 7021
#23282B
Black grey
RAL 9011
#1C1C1C
Graphite black
RAL 9017
#1E1E1E
Traffic black
RAL 9005
#0A0A0A
Jet black
RAL 8022
#212121
Black brown
Developer Exports
CSS Variables
:root {
--p-black-6-c: #101820;
--p-black-6-c-rgb: 16 24 32;
--p-black-6-c-hsl: 210 33% 9%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-black-6-c: {
DEFAULT: "#101820",
50: "#ECEDED",
100: "#D9DADB",
200: "#B3B5B8",
300: "#888C90",
400: "#4C5258",
500: "#101820",
600: "#0E141B",
700: "#0A1015",
800: "#070B0E",
900: "#040608",
950: "#020304",
},
},
},
},
};Design Token JSON
{
"name": "Pantone Black 6 C",
"hex": "#101820",
"rgb": {
"r": 16,
"g": 24,
"b": 32
},
"cmyk": {
"c": 50,
"m": 25,
"y": 0,
"k": 87
},
"hsl": {
"h": 210,
"s": 33,
"l": 9
},
"lab": {
"l": 7.84,
"a": -0.97,
"b": -6.75
},
"pantone": {
"code": "Pantone Black 6 C",
"finish": "coated",
"family": "black"
}
}