Pantone 269 C
#492C7F · rgb(73, 44, 127)
HEX
#492C7F
RGB
rgb(73, 44, 127)
CMYK
cmyk(43%, 65%, 0%, 50%)
HSL
hsl(261, 49%, 34%)
LAB
lab(26.0, 33.2, -42.4)
What is Pantone 269 C?
Pantone 269 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #492C7F, rgb(73, 44, 127), and cmyk(43%, 65%, 0%, 50%). 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 269 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 269 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 269 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 269 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#9280B2
#492C7F
#2C1A4C
#B6D380
Accessibility
WCAG 2.1 contrast checks for Pantone 269 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 269 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 269 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 5005
#1E2460
Signal blue
RAL 5002
#20214F
Ultramarine blue
RAL 5022
#252850
Night blue
RAL 4005
#6C4675
Blue lilac
RAL 5020
#1D334A
Ocean blue
RAL 5017
#063971
Traffic blue
Developer Exports
CSS Variables
:root {
--p-269-c: #492C7F;
--p-269-c-rgb: 73 44 127;
--p-269-c-hsl: 261 49% 34%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-269-c: {
DEFAULT: "#492C7F",
50: "#F0EEF5",
100: "#E2DDEB",
200: "#C5BBD6",
300: "#A496BF",
400: "#77619F",
500: "#492C7F",
600: "#3E256C",
700: "#2F1D53",
800: "#211439",
900: "#120B20",
950: "#09050F",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 269 C",
"hex": "#492C7F",
"rgb": {
"r": 73,
"g": 44,
"b": 127
},
"cmyk": {
"c": 43,
"m": 65,
"y": 0,
"k": 50
},
"hsl": {
"h": 261,
"s": 49,
"l": 34
},
"lab": {
"l": 26.01,
"a": 33.17,
"b": -42.38
},
"pantone": {
"code": "Pantone 269 C",
"finish": "coated",
"family": "purple"
}
}