#F684DB is a mid-toned, warm rose. On the Color Lab it reads clean and engineered, bold and ownable. It reproduces cleanly in print.
Not just a swatch — here's how #F684DB works with other colors. Named schemes with #F684DB in its natural role, and a note on why the supporting colors balance it.
This palette keeps Persian Pink as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Persian 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.
Persian Pink opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Persian Pink sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Persian 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 Persian Pink carrying the quiet middle.
How #F684DB 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 #F684DB at work across the surfaces designers actually ship.
:root {
--color-base: #F684DB;
--color-base-rgb: 246 132 219;
--color-base-oklch: oklch(76.6% 0.172 336.8);
--color-50: #FEF0FB;
--color-100: #FDD8F4;
--color-200: #F9B3E9;
--color-300: #EF80D5;
--color-400: #E052BF;
--color-500: #C62FA3;
--color-600: #962B7D;
--color-700: #6A255A;
--color-800: #451C3B;
--color-900: #2A1325;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
persian-pink: {
50: '#FEF0FB',
100: '#FDD8F4',
200: '#F9B3E9',
300: '#EF80D5',
400: '#E052BF',
500: '#C62FA3',
600: '#962B7D',
700: '#6A255A',
800: '#451C3B',
900: '#2A1325',
},
}
$base: #F684DB; $base-ink: #141310; $base-50: #FEF0FB; $base-100: #FDD8F4; $base-200: #F9B3E9; $base-300: #EF80D5; $base-400: #E052BF; $base-500: #C62FA3; $base-600: #962B7D; $base-700: #6A255A; $base-800: #451C3B; $base-900: #2A1325; $base-hover: #F03DC7; $base-subtle: #F8DEF2;
{
"color": {
"base": {
"value": "#F684DB",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0FB",
"type": "color"
},
"100": {
"value": "#FDD8F4",
"type": "color"
},
"200": {
"value": "#F9B3E9",
"type": "color"
},
"300": {
"value": "#EF80D5",
"type": "color"
},
"400": {
"value": "#E052BF",
"type": "color"
},
"500": {
"value": "#C62FA3",
"type": "color"
},
"600": {
"value": "#962B7D",
"type": "color"
},
"700": {
"value": "#6A255A",
"type": "color"
},
"800": {
"value": "#451C3B",
"type": "color"
},
"900": {
"value": "#2A1325",
"type": "color"
}
}
}
}