Pantone 250 C
#E5C8E5 · rgb(229, 200, 229)
HEX
#E5C8E5
RGB
rgb(229, 200, 229)
CMYK
cmyk(0%, 13%, 0%, 10%)
HSL
hsl(300, 36%, 84%)
LAB
lab(83.8, 15.2, -10.6)
What is Pantone 250 C?
Pantone 250 C is a Coated (C) PMS reference in the purple family. Its current screen approximation on PantoneTools is #E5C8E5, rgb(229, 200, 229), and cmyk(0%, 13%, 0%, 10%). 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 250 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 250 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 250 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 250 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#EFDEEF
#E5C8E5
#897889
#1A371A
Accessibility
WCAG 2.1 contrast checks for Pantone 250 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 250 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 250 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 7035
#D7D7D7
Light grey
RAL 9018
#D7D7D7
Papyrus white
RAL 9003
#F4F4F4
Signal white
RAL 9016
#F6F6F6
Traffic white
RAL 9010
#FFFFFF
Pure white
RAL 3015
#EA899A
Light pink
Developer Exports
CSS Variables
:root {
--p-250-c: #E5C8E5;
--p-250-c-rgb: 229 200 229;
--p-250-c-hsl: 300 36% 84%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-250-c: {
DEFAULT: "#E5C8E5",
50: "#FDFBFD",
100: "#FBF6FB",
200: "#F7EDF7",
300: "#F2E4F2",
400: "#ECD6EC",
500: "#E5C8E5",
600: "#C3AAC3",
700: "#958295",
800: "#675A67",
900: "#393239",
950: "#1B181B",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 250 C",
"hex": "#E5C8E5",
"rgb": {
"r": 229,
"g": 200,
"b": 229
},
"cmyk": {
"c": 0,
"m": 13,
"y": 0,
"k": 10
},
"hsl": {
"h": 300,
"s": 36,
"l": 84
},
"lab": {
"l": 83.77,
"a": 15.19,
"b": -10.58
},
"pantone": {
"code": "Pantone 250 C",
"finish": "coated",
"family": "purple"
}
}