Pantone 465 C
#B19A6B · rgb(177, 154, 107)
HEX
#B19A6B
RGB
rgb(177, 154, 107)
CMYK
cmyk(0%, 13%, 40%, 31%)
HSL
hsl(40, 31%, 56%)
LAB
lab(64.6, 1.7, 27.8)
What is Pantone 465 C?
Pantone 465 C is a Coated (C) PMS reference in the brown family. Its current screen approximation on PantoneTools is #B19A6B, rgb(177, 154, 107), and cmyk(0%, 13%, 40%, 31%). 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 465 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 465 C
Brown 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. Brown and earth tones depend heavily on substrate color. Kraft, recycled board, and uncoated stocks can make the same value feel warmer, duller, or lower contrast.
- Use Pantone 465 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.
Browns depend heavily on substrate warmth and ink density; review them on the final paper or packaging material.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 465 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#D0C2A6
#B19A6B
#6A5C40
#4E6594
Accessibility
WCAG 2.1 contrast checks for Pantone 465 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 465 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 465 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 1002
#C6A664
Sand yellow
RAL 1019
#9E9764
Grey beige
RAL 1001
#C2B078
Beige
RAL 1024
#AEA04B
Ochre yellow
RAL 7034
#8F8B66
Yellow grey
RAL 1020
#999950
Olive yellow
Developer Exports
CSS Variables
:root {
--p-465-c: #B19A6B;
--p-465-c-rgb: 177 154 107;
--p-465-c-hsl: 40 31% 56%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-465-c: {
DEFAULT: "#B19A6B",
50: "#F9F7F3",
100: "#F3EFE7",
200: "#E6DFD0",
300: "#D8CDB5",
400: "#C5B390",
500: "#B19A6B",
600: "#96835B",
700: "#736446",
800: "#504530",
900: "#2C271B",
950: "#15120D",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 465 C",
"hex": "#B19A6B",
"rgb": {
"r": 177,
"g": 154,
"b": 107
},
"cmyk": {
"c": 0,
"m": 13,
"y": 40,
"k": 31
},
"hsl": {
"h": 40,
"s": 31,
"l": 56
},
"lab": {
"l": 64.58,
"a": 1.74,
"b": 27.81
},
"pantone": {
"code": "Pantone 465 C",
"finish": "coated",
"family": "brown"
}
}