#AE1A64 is a mid-toned, warm red. On the Color Lab it reads clean and engineered, bold and ownable. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #AE1A64 works with other colors. Named schemes with #AE1A64 in its natural role, and a note on why the supporting colors balance it.
Cranberry glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Cranberry sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Cranberry 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.
Cranberry plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cranberry 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 Cranberry carrying the quiet middle.
How #AE1A64 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 #AE1A64 at work across the surfaces designers actually ship.
:root {
--color-base: #AE1A64;
--color-base-rgb: 174 26 100;
--color-base-oklch: oklch(49.9% 0.188 357.2);
--color-50: #FEF1F7;
--color-100: #FBDBEB;
--color-200: #F4B8D6;
--color-300: #E788B8;
--color-400: #D65C99;
--color-500: #BC397A;
--color-600: #8F3361;
--color-700: #652A47;
--color-800: #421F30;
--color-900: #29151F;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cranberry: {
50: '#FEF1F7',
100: '#FBDBEB',
200: '#F4B8D6',
300: '#E788B8',
400: '#D65C99',
500: '#BC397A',
600: '#8F3361',
700: '#652A47',
800: '#421F30',
900: '#29151F',
},
}
$base: #AE1A64; $base-ink: #FFFFFF; $base-50: #FEF1F7; $base-100: #FBDBEB; $base-200: #F4B8D6; $base-300: #E788B8; $base-400: #D65C99; $base-500: #BC397A; $base-600: #8F3361; $base-700: #652A47; $base-800: #421F30; $base-900: #29151F; $base-hover: #8A1550; $base-subtle: #EBB6D0;
{
"color": {
"base": {
"value": "#AE1A64",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F7",
"type": "color"
},
"100": {
"value": "#FBDBEB",
"type": "color"
},
"200": {
"value": "#F4B8D6",
"type": "color"
},
"300": {
"value": "#E788B8",
"type": "color"
},
"400": {
"value": "#D65C99",
"type": "color"
},
"500": {
"value": "#BC397A",
"type": "color"
},
"600": {
"value": "#8F3361",
"type": "color"
},
"700": {
"value": "#652A47",
"type": "color"
},
"800": {
"value": "#421F30",
"type": "color"
},
"900": {
"value": "#29151F",
"type": "color"
}
}
}
}