Pantone 167 C
#BE531C · rgb(190, 83, 28)
HEX
#BE531C
RGB
rgb(190, 83, 28)
CMYK
cmyk(0%, 56%, 85%, 25%)
HSL
hsl(20, 74%, 43%)
LAB
lab(48.5, 40.2, 50.0)
What is Pantone 167 C?
Pantone 167 C is a Coated (C) PMS reference in the orange family. Its current screen approximation on PantoneTools is #BE531C, rgb(190, 83, 28), and cmyk(0%, 56%, 85%, 25%). 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 167 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 167 C
Orange 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. Orange and warm high-chroma colors are common gamut-risk colors. CMYK fallbacks can lose energy quickly, so compare the process build against a printed proof before replacing a spot ink.
- Use Pantone 167 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.
Orange hues are common gamut-risk colors in CMYK because standard process printing has no dedicated orange ink. Use proofing or spot ink for strict brand matches.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 167 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#D89877
#BE531C
#723211
#41ACE3
Accessibility
WCAG 2.1 contrast checks for Pantone 167 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 167 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 167 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 2010
#D84B20
Signal orange
RAL 8023
#A65E2E
Orange brown
RAL 2001
#C93C20
Red orange
RAL 3022
#D95030
Salmon pink
RAL 2004
#F44611
Pure orange
RAL 2012
#E55137
Salmon orange
Developer Exports
CSS Variables
:root {
--p-167-c: #BE531C;
--p-167-c-rgb: 190 83 28;
--p-167-c-hsl: 20 74% 43%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-167-c: {
DEFAULT: "#BE531C",
50: "#FAF1ED",
100: "#F5E3DB",
200: "#EAC8B6",
300: "#DFA98E",
400: "#CE7E55",
500: "#BE531C",
600: "#A24718",
700: "#7C3612",
800: "#56250D",
900: "#301507",
950: "#170A03",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 167 C",
"hex": "#BE531C",
"rgb": {
"r": 190,
"g": 83,
"b": 28
},
"cmyk": {
"c": 0,
"m": 56,
"y": 85,
"k": 25
},
"hsl": {
"h": 20,
"s": 74,
"l": 43
},
"lab": {
"l": 48.54,
"a": 40.21,
"b": 50
},
"pantone": {
"code": "Pantone 167 C",
"finish": "coated",
"family": "orange"
}
}