Pantone 262 C
#4B306A · rgb(75, 48, 106)
HEX
#4B306A
RGB
rgb(75, 48, 106)
CMYK
cmyk(29%, 55%, 0%, 58%)
HSL
hsl(268, 38%, 30%)
LAB
lab(25.7, 25.3, -29.5)
What is Pantone 262 C?
Pantone 262 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #4B306A, rgb(75, 48, 106), and cmyk(29%, 55%, 0%, 58%). 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 262 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 262 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 262 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 262 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#9383A6
#4B306A
#2D1D40
#B4CF95
Accessibility
WCAG 2.1 contrast checks for Pantone 262 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 262 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 262 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 5005
#1E2460
Signal blue
RAL 5022
#252850
Night blue
RAL 5002
#20214F
Ultramarine blue
RAL 5013
#1E213D
Cobalt blue
RAL 4001
#6D3F5B
Red lilac
Developer Exports
CSS Variables
:root {
--p-262-c: #4B306A;
--p-262-c-rgb: 75 48 106;
--p-262-c-hsl: 268 38% 30%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-262-c: {
DEFAULT: "#4B306A",
50: "#F1EEF3",
100: "#E2DEE7",
200: "#C5BDCF",
300: "#A598B5",
400: "#78648F",
500: "#4B306A",
600: "#40295A",
700: "#311F45",
800: "#221630",
900: "#130C1B",
950: "#09060D",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 262 C",
"hex": "#4B306A",
"rgb": {
"r": 75,
"g": 48,
"b": 106
},
"cmyk": {
"c": 29,
"m": 55,
"y": 0,
"k": 58
},
"hsl": {
"h": 268,
"s": 38,
"l": 30
},
"lab": {
"l": 25.71,
"a": 25.29,
"b": -29.47
},
"pantone": {
"code": "Pantone 262 C",
"finish": "coated",
"family": "purple"
}
}