#FF95B2 is a mid-toned, warm red. It reproduces cleanly in print.
Not just a swatch — here's how #FF95B2 works with other colors. Named schemes with #FF95B2 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Salmon Pink as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Salmon Pink anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Salmon Pink opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Salmon Pink sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Salmon Pink is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Salmon Pink carrying the quiet middle.
How #FF95B2 actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #FF95B2 at work across the surfaces designers actually ship.
:root {
--color-base: #FF95B2;
--color-base-rgb: 255 149 178;
--color-base-oklch: oklch(78.9% 0.131 2.9);
--color-50: #FEF0F4;
--color-100: #FDD8E2;
--color-200: #FCB1C5;
--color-300: #F87799;
--color-400: #EC4672;
--color-500: #D22251;
--color-600: #9F2344;
--color-700: #701F35;
--color-800: #481825;
--color-900: #2C1118;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
salmon-pink: {
50: '#FEF0F4',
100: '#FDD8E2',
200: '#FCB1C5',
300: '#F87799',
400: '#EC4672',
500: '#D22251',
600: '#9F2344',
700: '#701F35',
800: '#481825',
900: '#2C1118',
},
}
$base: #FF95B2; $base-ink: #141310; $base-50: #FEF0F4; $base-100: #FDD8E2; $base-200: #FCB1C5; $base-300: #F87799; $base-400: #EC4672; $base-500: #D22251; $base-600: #9F2344; $base-700: #701F35; $base-800: #481825; $base-900: #2C1118; $base-hover: #FF4375; $base-subtle: #FBE3E9;
{
"color": {
"base": {
"value": "#FF95B2",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0F4",
"type": "color"
},
"100": {
"value": "#FDD8E2",
"type": "color"
},
"200": {
"value": "#FCB1C5",
"type": "color"
},
"300": {
"value": "#F87799",
"type": "color"
},
"400": {
"value": "#EC4672",
"type": "color"
},
"500": {
"value": "#D22251",
"type": "color"
},
"600": {
"value": "#9F2344",
"type": "color"
},
"700": {
"value": "#701F35",
"type": "color"
},
"800": {
"value": "#481825",
"type": "color"
},
"900": {
"value": "#2C1118",
"type": "color"
}
}
}
}