#057463 is a mid-toned, cool teal. On the Color Lab it reads with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #057463 works with other colors. Named schemes with #057463 in its natural role, and a note on why the supporting colors balance it.
Pine Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Pine Green keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Pine Green plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Pine Green 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.
Pine Green 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 Pine Green carrying the quiet middle.
How #057463 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 #057463 at work across the surfaces designers actually ship.
:root {
--color-base: #057463;
--color-base-rgb: 5 116 99;
--color-base-oklch: oklch(50.1% 0.091 177.7);
--color-50: #F0FEFC;
--color-100: #D8FDF8;
--color-200: #B1FCF0;
--color-300: #7CF3E1;
--color-400: #4DE5CE;
--color-500: #29CBB3;
--color-600: #289A89;
--color-700: #226D61;
--color-800: #1A4740;
--color-900: #122B27;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
pine-green: {
50: '#F0FEFC',
100: '#D8FDF8',
200: '#B1FCF0',
300: '#7CF3E1',
400: '#4DE5CE',
500: '#29CBB3',
600: '#289A89',
700: '#226D61',
800: '#1A4740',
900: '#122B27',
},
}
$base: #057463; $base-ink: #FFFFFF; $base-50: #F0FEFC; $base-100: #D8FDF8; $base-200: #B1FCF0; $base-300: #7CF3E1; $base-400: #4DE5CE; $base-500: #29CBB3; $base-600: #289A89; $base-700: #226D61; $base-800: #1A4740; $base-900: #122B27; $base-hover: #045E50; $base-subtle: #9CEEE1;
{
"color": {
"base": {
"value": "#057463",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F0FEFC",
"type": "color"
},
"100": {
"value": "#D8FDF8",
"type": "color"
},
"200": {
"value": "#B1FCF0",
"type": "color"
},
"300": {
"value": "#7CF3E1",
"type": "color"
},
"400": {
"value": "#4DE5CE",
"type": "color"
},
"500": {
"value": "#29CBB3",
"type": "color"
},
"600": {
"value": "#289A89",
"type": "color"
},
"700": {
"value": "#226D61",
"type": "color"
},
"800": {
"value": "#1A4740",
"type": "color"
},
"900": {
"value": "#122B27",
"type": "color"
}
}
}
}