Pantone 230 C
#F8BBD0 · rgb(248, 187, 208)
HEX
#F8BBD0
RGB
rgb(248, 187, 208)
CMYK
cmyk(0%, 25%, 16%, 3%)
HSL
hsl(339, 81%, 85%)
LAB
lab(81.9, 25.1, -1.9)
What is Pantone 230 C?
Pantone 230 C is a Coated (C) PMS reference in the pink family. Its current screen approximation on PantoneTools is #F8BBD0, rgb(248, 187, 208), and cmyk(0%, 25%, 16%, 3%). 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 230 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 230 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 230 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.
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 230 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#FBD6E3
#F8BBD0
#95707D
#07442F
Accessibility
WCAG 2.1 contrast checks for Pantone 230 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 230 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 230 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 3015
#EA899A
Light pink
RAL 4009
#A18594
Pastel violet
RAL 7035
#D7D7D7
Light grey
RAL 9018
#D7D7D7
Papyrus white
RAL 3014
#D36E70
Antique pink
RAL 9003
#F4F4F4
Signal white
Developer Exports
CSS Variables
:root {
--p-230-c: #F8BBD0;
--p-230-c-rgb: 248 187 208;
--p-230-c-hsl: 339 81% 85%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-230-c: {
DEFAULT: "#F8BBD0",
50: "#FEFAFB",
100: "#FEF4F7",
200: "#FDE9F0",
300: "#FCDDE8",
400: "#FACCDC",
500: "#F8BBD0",
600: "#D39FB1",
700: "#A17A87",
800: "#70545E",
900: "#3E2F34",
950: "#1E1619",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 230 C",
"hex": "#F8BBD0",
"rgb": {
"r": 248,
"g": 187,
"b": 208
},
"cmyk": {
"c": 0,
"m": 25,
"y": 16,
"k": 3
},
"hsl": {
"h": 339,
"s": 81,
"l": 85
},
"lab": {
"l": 81.87,
"a": 25.06,
"b": -1.95
},
"pantone": {
"code": "Pantone 230 C",
"finish": "coated",
"family": "pink"
}
}