Pantone 270 C
#A696D4 · rgb(166, 150, 212)
HEX
#A696D4
RGB
rgb(166, 150, 212)
CMYK
cmyk(22%, 29%, 0%, 17%)
HSL
hsl(255, 42%, 71%)
LAB
lab(65.5, 18.7, -29.6)
What is Pantone 270 C?
Pantone 270 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #A696D4, rgb(166, 150, 212), and cmyk(22%, 29%, 0%, 17%). 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 270 C as a background and currently recommends black 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 270 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 270 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 black 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 270 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#CAC0E5
#A696D4
#645A7F
#59692B
Accessibility
WCAG 2.1 contrast checks for Pantone 270 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 270 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 270 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 4009
#A18594
Pastel violet
RAL 7040
#9DA1AA
Window grey
RAL 7001
#8F999F
Silver grey
RAL 7000
#7E8B92
Squirrel grey
RAL 7004
#9EA0A1
Signal grey
RAL 5014
#606E8C
Pigeon blue
Developer Exports
CSS Variables
:root {
--p-270-c: #A696D4;
--p-270-c-rgb: 166 150 212;
--p-270-c-hsl: 255 42% 71%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-270-c: {
DEFAULT: "#A696D4",
50: "#F8F7FC",
100: "#F1EEF8",
200: "#E3DDF1",
300: "#D3CBEA",
400: "#BCB0DF",
500: "#A696D4",
600: "#8D80B4",
700: "#6C628A",
800: "#4B445F",
900: "#2A2635",
950: "#141219",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 270 C",
"hex": "#A696D4",
"rgb": {
"r": 166,
"g": 150,
"b": 212
},
"cmyk": {
"c": 22,
"m": 29,
"y": 0,
"k": 17
},
"hsl": {
"h": 255,
"s": 42,
"l": 71
},
"lab": {
"l": 65.49,
"a": 18.73,
"b": -29.55
},
"pantone": {
"code": "Pantone 270 C",
"finish": "coated",
"family": "purple"
}
}