Pantone 266 C
#6F2DA8 · rgb(111, 45, 168)
HEX
#6F2DA8
RGB
rgb(111, 45, 168)
CMYK
cmyk(34%, 73%, 0%, 34%)
HSL
hsl(272, 58%, 42%)
LAB
lab(34.2, 51.3, -54.1)
What is Pantone 266 C?
Pantone 266 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #6F2DA8, rgb(111, 45, 168), and cmyk(34%, 73%, 0%, 34%). 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 266 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 266 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 266 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 266 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#A981CB
#6F2DA8
#431B65
#90D257
Accessibility
WCAG 2.1 contrast checks for Pantone 266 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 266 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 266 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 7011
#434B4D
Iron grey
RAL 4008
#924E7D
Signal violet
RAL 5005
#1E2460
Signal blue
RAL 6012
#343E40
Black green
RAL 4006
#A03472
Traffic purple
Developer Exports
CSS Variables
:root {
--p-266-c: #6F2DA8;
--p-266-c-rgb: 111 45 168;
--p-266-c-hsl: 272 58% 42%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-266-c: {
DEFAULT: "#6F2DA8",
50: "#F3EEF8",
100: "#E8DDF1",
200: "#D1BCE3",
300: "#B796D4",
400: "#9362BE",
500: "#6F2DA8",
600: "#5E268F",
700: "#481D6D",
800: "#32144C",
900: "#1C0B2A",
950: "#0D0514",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 266 C",
"hex": "#6F2DA8",
"rgb": {
"r": 111,
"g": 45,
"b": 168
},
"cmyk": {
"c": 34,
"m": 73,
"y": 0,
"k": 34
},
"hsl": {
"h": 272,
"s": 58,
"l": 42
},
"lab": {
"l": 34.16,
"a": 51.34,
"b": -54.13
},
"pantone": {
"code": "Pantone 266 C",
"finish": "coated",
"family": "purple"
}
}