Pantone 4625 C
#3E2B2E · rgb(62, 43, 46)
HEX
#3E2B2E
RGB
rgb(62, 43, 46)
CMYK
cmyk(0%, 31%, 26%, 76%)
HSL
hsl(351, 18%, 21%)
LAB
lab(19.8, 9.3, 1.5)
What is Pantone 4625 C?
Pantone 4625 C is a Coated (C) PMS reference in the brown family. Its current screen approximation on PantoneTools is #3E2B2E, rgb(62, 43, 46), and cmyk(0%, 31%, 26%, 76%). 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 4625 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 4625 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 4625 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.
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 4625 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#8B8082
#3E2B2E
#251A1C
#C1D4D1
Accessibility
WCAG 2.1 contrast checks for Pantone 4625 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 4625 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 4625 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 8017
#45322E
Chocolate brown
RAL 3007
#412227
Black red
RAL 8016
#4C2F27
Mahogany brown
RAL 8019
#403A3A
Grey brown
RAL 5011
#231A24
Steel blue
RAL 7022
#332F2C
Umbra grey
Developer Exports
CSS Variables
:root {
--p-4625-c: #3E2B2E;
--p-4625-c-rgb: 62 43 46;
--p-4625-c-hsl: 351 18% 21%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-4625-c: {
DEFAULT: "#3E2B2E",
50: "#F0EEEE",
100: "#E0DDDE",
200: "#C1BBBC",
300: "#9F9597",
400: "#6E6062",
500: "#3E2B2E",
600: "#352527",
700: "#281C1E",
800: "#1C1315",
900: "#100B0C",
950: "#070506",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 4625 C",
"hex": "#3E2B2E",
"rgb": {
"r": 62,
"g": 43,
"b": 46
},
"cmyk": {
"c": 0,
"m": 31,
"y": 26,
"k": 76
},
"hsl": {
"h": 351,
"s": 18,
"l": 21
},
"lab": {
"l": 19.84,
"a": 9.35,
"b": 1.54
},
"pantone": {
"code": "Pantone 4625 C",
"finish": "coated",
"family": "brown"
}
}