Pantone 485 C
#DA291C · rgb(218, 41, 28)
HEX
#DA291C
RGB
rgb(218, 41, 28)
CMYK
cmyk(0%, 81%, 87%, 15%)
HSL
hsl(4, 77%, 48%)
LAB
lab(47.7, 65.5, 51.4)
What is Pantone 485 C?
Pantone 485 C is a Coated (C) PMS reference in the red family. Its current screen approximation on PantoneTools is #DA291C, rgb(218, 41, 28), and cmyk(0%, 81%, 87%, 15%). 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 485 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 485 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 485 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 485 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#E97F77
#DA291C
#831911
#25D6E3
Accessibility
WCAG 2.1 contrast checks for Pantone 485 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 485 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 485 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 2001
#C93C20
Red orange
RAL 2002
#CB2821
Vermilion
RAL 3018
#D53032
Strawberry red
RAL 3020
#CC0605
Traffic red
RAL 3028
#CB3234
Pure red
RAL 3022
#D95030
Salmon pink
Developer Exports
CSS Variables
:root {
--p-485-c: #DA291C;
--p-485-c-rgb: 218 41 28;
--p-485-c-hsl: 4 77% 48%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-485-c: {
DEFAULT: "#DA291C",
50: "#FCEEED",
100: "#F9DDDB",
200: "#F3BBB6",
300: "#ED948E",
400: "#E35F55",
500: "#DA291C",
600: "#B92318",
700: "#8E1B12",
800: "#62120D",
900: "#370A07",
950: "#1A0503",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 485 C",
"hex": "#DA291C",
"rgb": {
"r": 218,
"g": 41,
"b": 28
},
"cmyk": {
"c": 0,
"m": 81,
"y": 87,
"k": 15
},
"hsl": {
"h": 4,
"s": 77,
"l": 48
},
"lab": {
"l": 47.73,
"a": 65.45,
"b": 51.38
},
"pantone": {
"code": "Pantone 485 C",
"finish": "coated",
"family": "red"
}
}