Pantone 227 C
#A50050 · rgb(165, 0, 80)
HEX
#A50050
RGB
rgb(165, 0, 80)
CMYK
cmyk(0%, 100%, 52%, 35%)
HSL
hsl(331, 100%, 32%)
LAB
lab(35.2, 61.0, 3.2)
What is Pantone 227 C?
Pantone 227 C is a Coated (C) PMS reference in the pink family. Its current screen approximation on PantoneTools is #A50050, rgb(165, 0, 80), and cmyk(0%, 100%, 52%, 35%). 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 227 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 227 C
Pink 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. Pink and magenta families can clip or oversaturate depending on screen and process print conditions. Test accessibility carefully because many mid-pinks fail with white text.
- Use Pantone 227 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.
Bright pinks can lose intensity in process print and need explicit approval when used as brand or packaging colors.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 227 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#C96696
#A50050
#630030
#5AFFAF
Accessibility
WCAG 2.1 contrast checks for Pantone 227 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 227 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 227 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 4002
#922B3E
Red violet
RAL 4006
#A03472
Traffic purple
RAL 4004
#641C34
Claret violet
RAL 4008
#924E7D
Signal violet
RAL 4001
#6D3F5B
Red lilac
RAL 3004
#75151E
Purple red
Developer Exports
CSS Variables
:root {
--p-227-c: #A50050;
--p-227-c-rgb: 165 0 80;
--p-227-c-hsl: 331 100% 32%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-227-c: {
DEFAULT: "#A50050",
50: "#F8EBF1",
100: "#F1D6E3",
200: "#E2ADC7",
300: "#D280A8",
400: "#BC407C",
500: "#A50050",
600: "#8C0044",
700: "#6B0034",
800: "#4A0024",
900: "#290014",
950: "#14000A",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 227 C",
"hex": "#A50050",
"rgb": {
"r": 165,
"g": 0,
"b": 80
},
"cmyk": {
"c": 0,
"m": 100,
"y": 52,
"k": 35
},
"hsl": {
"h": 331,
"s": 100,
"l": 32
},
"lab": {
"l": 35.16,
"a": 60.99,
"b": 3.24
},
"pantone": {
"code": "Pantone 227 C",
"finish": "coated",
"family": "pink"
}
}