Pantone 8001 C
#A77E58 · rgb(167, 126, 88)
HEX
#A77E58
RGB
rgb(167, 126, 88)
CMYK
cmyk(0%, 25%, 47%, 35%)
HSL
hsl(29, 31%, 50%)
LAB
lab(55.9, 11.0, 26.8)
What is Pantone 8001 C?
Pantone 8001 C is a Coated (C) PMS reference in the metallic family. Its current screen approximation on PantoneTools is #A77E58, rgb(167, 126, 88), and cmyk(0%, 25%, 47%, 35%). 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 8001 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 8001 C
Metallic 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. Metallic references cannot be represented accurately in sRGB or CMYK. Treat the digital value as a label and require a physical metallic proof for production approval.
- Use Pantone 8001 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.
Metallic colors cannot be represented accurately by normal screen HEX or CMYK values. Treat digital previews as placeholders and proof with the intended ink/finish.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 8001 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#CAB29B
#A77E58
#644C35
#5881A7
Accessibility
WCAG 2.1 contrast checks for Pantone 8001 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 8001 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 8001 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 3012
#C1876B
Beige red
RAL 1011
#8A6642
Brown beige
RAL 8023
#A65E2E
Orange brown
RAL 8001
#955F20
Ochre brown
RAL 8000
#826C34
Green brown
RAL 1005
#A98307
Honey yellow
Developer Exports
CSS Variables
:root {
--p-8001-c: #A77E58;
--p-8001-c-rgb: 167 126 88;
--p-8001-c-hsl: 29 31% 50%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-8001-c: {
DEFAULT: "#A77E58",
50: "#F8F5F2",
100: "#F1EAE4",
200: "#E3D6CA",
300: "#D3BFAC",
400: "#BD9E82",
500: "#A77E58",
600: "#8E6B4B",
700: "#6D5239",
800: "#4B3928",
900: "#2A2016",
950: "#140F0B",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 8001 C",
"hex": "#A77E58",
"rgb": {
"r": 167,
"g": 126,
"b": 88
},
"cmyk": {
"c": 0,
"m": 25,
"y": 47,
"k": 35
},
"hsl": {
"h": 29,
"s": 31,
"l": 50
},
"lab": {
"l": 55.93,
"a": 10.99,
"b": 26.8
},
"pantone": {
"code": "Pantone 8001 C",
"finish": "coated",
"family": "metallic"
}
}