Pantone 195 C
#893B45 · rgb(137, 59, 69)
HEX
#893B45
RGB
rgb(137, 59, 69)
CMYK
cmyk(0%, 57%, 50%, 46%)
HSL
hsl(352, 40%, 38%)
LAB
lab(35.8, 34.3, 10.4)
What is Pantone 195 C?
Pantone 195 C is a Coated (C) PMS reference in the red family. Its current screen approximation on PantoneTools is #893B45, rgb(137, 59, 69), and cmyk(0%, 57%, 50%, 46%). 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 195 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 195 C
Red 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. Red brand colors often carry high attention and status meaning, but they can become harsh in UI if used as large backgrounds. Validate text contrast and reserve strong reds for controlled actions, alerts, packaging marks, or campaign accents.
- Use Pantone 195 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.
High-chroma reds can shift between spot ink, CMYK fallback, and screen preview. Treat the digital value as a planning reference and proof brand-critical print.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 195 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#B8898F
#893B45
#522329
#76C4BA
Accessibility
WCAG 2.1 contrast checks for Pantone 195 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 195 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 195 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 4002
#922B3E
Red violet
RAL 3009
#642424
Oxide red
RAL 3004
#75151E
Purple red
RAL 8015
#633A34
Chestnut brown
RAL 3005
#5E2129
Wine red
RAL 4004
#641C34
Claret violet
Developer Exports
CSS Variables
:root {
--p-195-c: #893B45;
--p-195-c-rgb: 137 59 69;
--p-195-c-hsl: 352 40% 38%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-195-c: {
DEFAULT: "#893B45",
50: "#F6EFF0",
100: "#ECE0E1",
200: "#D9C0C3",
300: "#C49DA2",
400: "#A76C74",
500: "#893B45",
600: "#74323B",
700: "#59262D",
800: "#3E1B1F",
900: "#220F11",
950: "#100708",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 195 C",
"hex": "#893B45",
"rgb": {
"r": 137,
"g": 59,
"b": 69
},
"cmyk": {
"c": 0,
"m": 57,
"y": 50,
"k": 46
},
"hsl": {
"h": 352,
"s": 40,
"l": 38
},
"lab": {
"l": 35.75,
"a": 34.27,
"b": 10.42
},
"pantone": {
"code": "Pantone 195 C",
"finish": "coated",
"family": "red"
}
}