Pantone 2587 C
#8246AF · rgb(130, 70, 175)
HEX
#8246AF
RGB
rgb(130, 70, 175)
CMYK
cmyk(26%, 60%, 0%, 31%)
HSL
hsl(274, 43%, 48%)
LAB
lab(41.6, 44.9, -46.2)
What is Pantone 2587 C?
Pantone 2587 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #8246AF, rgb(130, 70, 175), and cmyk(26%, 60%, 0%, 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 2587 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 2587 C
Purple 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. Purple is sensitive to blue-red balance, monitor gamut, and print profile. Use ΔE review and physical proofs before treating a screen match as production-ready.
- Use Pantone 2587 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.
Purples and violets are sensitive to RGB-to-CMYK conversion and should be proofed before replacing spot colors with process builds.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 2587 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#B490CF
#8246AF
#4E2A69
#7DB950
Accessibility
WCAG 2.1 contrast checks for Pantone 2587 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 2587 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 2587 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 4005
#6C4675
Blue lilac
RAL 4008
#924E7D
Signal violet
RAL 4006
#A03472
Traffic purple
RAL 5014
#606E8C
Pigeon blue
RAL 7011
#434B4D
Iron grey
RAL 4001
#6D3F5B
Red lilac
Developer Exports
CSS Variables
:root {
--p-2587-c: #8246AF;
--p-2587-c-rgb: 130 70 175;
--p-2587-c-hsl: 274 43% 48%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-2587-c: {
DEFAULT: "#8246AF",
50: "#F5F0F9",
100: "#EBE1F2",
200: "#D7C4E5",
300: "#C1A3D7",
400: "#A174C3",
500: "#8246AF",
600: "#6F3C95",
700: "#552E72",
800: "#3B204F",
900: "#21122C",
950: "#100815",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 2587 C",
"hex": "#8246AF",
"rgb": {
"r": 130,
"g": 70,
"b": 175
},
"cmyk": {
"c": 26,
"m": 60,
"y": 0,
"k": 31
},
"hsl": {
"h": 274,
"s": 43,
"l": 48
},
"lab": {
"l": 41.57,
"a": 44.9,
"b": -46.22
},
"pantone": {
"code": "Pantone 2587 C",
"finish": "coated",
"family": "purple"
}
}