#FE7F92 is a mid-toned, warm red-orange. It reproduces cleanly in print.
Not just a swatch — here's how #FE7F92 works with other colors. Named schemes with #FE7F92 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Light Coral as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Light Coral 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.
Light Coral opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Light Coral sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Light Coral 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 Light Coral carrying the quiet middle.
How #FE7F92 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 #FE7F92 at work across the surfaces designers actually ship.
:root {
--color-base: #FE7F92;
--color-base-rgb: 254 127 146;
--color-base-oklch: oklch(74.6% 0.155 12.2);
--color-50: #FEF0F2;
--color-100: #FDD8DD;
--color-200: #FCB1BC;
--color-300: #F7788B;
--color-400: #EA4860;
--color-500: #D1243E;
--color-600: #9E2436;
--color-700: #6F202C;
--color-800: #481920;
--color-900: #2C1115;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
light-coral: {
50: '#FEF0F2',
100: '#FDD8DD',
200: '#FCB1BC',
300: '#F7788B',
400: '#EA4860',
500: '#D1243E',
600: '#9E2436',
700: '#6F202C',
800: '#481920',
900: '#2C1115',
},
}
$base: #FE7F92; $base-ink: #141310; $base-50: #FEF0F2; $base-100: #FDD8DD; $base-200: #FCB1BC; $base-300: #F7788B; $base-400: #EA4860; $base-500: #D1243E; $base-600: #9E2436; $base-700: #6F202C; $base-800: #481920; $base-900: #2C1115; $base-hover: #FD3553; $base-subtle: #FADEE2;
{
"color": {
"base": {
"value": "#FE7F92",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0F2",
"type": "color"
},
"100": {
"value": "#FDD8DD",
"type": "color"
},
"200": {
"value": "#FCB1BC",
"type": "color"
},
"300": {
"value": "#F7788B",
"type": "color"
},
"400": {
"value": "#EA4860",
"type": "color"
},
"500": {
"value": "#D1243E",
"type": "color"
},
"600": {
"value": "#9E2436",
"type": "color"
},
"700": {
"value": "#6F202C",
"type": "color"
},
"800": {
"value": "#481920",
"type": "color"
},
"900": {
"value": "#2C1115",
"type": "color"
}
}
}
}