#2B799D is a mid-toned, cool blue. On the Color Lab it reads clean and engineered, with a faded, vintage edge. It carries a legible label as a UI accent and sits well as a supporting tone.
Not just a swatch — here's how #2B799D works with other colors. Named schemes with #2B799D in its natural role, and a note on why the supporting colors balance it.
Teal Blue opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Teal Blue is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Teal Blue.
Teal Blue plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Teal Blue sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Teal Blue 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 Teal Blue carrying the quiet middle.
How #2B799D 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 #2B799D at work across the surfaces designers actually ship.
:root {
--color-base: #2B799D;
--color-base-rgb: 43 121 157;
--color-base-oklch: oklch(54.5% 0.093 232.3);
--color-50: #F3F9FC;
--color-100: #DEEFF7;
--color-200: #BFDFED;
--color-300: #93C5DC;
--color-400: #6AAAC8;
--color-500: #488DAD;
--color-600: #3D6E84;
--color-700: #30505E;
--color-800: #23353E;
--color-900: #172126;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
teal-blue: {
50: '#F3F9FC',
100: '#DEEFF7',
200: '#BFDFED',
300: '#93C5DC',
400: '#6AAAC8',
500: '#488DAD',
600: '#3D6E84',
700: '#30505E',
800: '#23353E',
900: '#172126',
},
}
$base: #2B799D; $base-ink: #FFFFFF; $base-50: #F3F9FC; $base-100: #DEEFF7; $base-200: #BFDFED; $base-300: #93C5DC; $base-400: #6AAAC8; $base-500: #488DAD; $base-600: #3D6E84; $base-700: #30505E; $base-800: #23353E; $base-900: #172126; $base-hover: #22607D; $base-subtle: #BCD8E5;
{
"color": {
"base": {
"value": "#2B799D",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F9FC",
"type": "color"
},
"100": {
"value": "#DEEFF7",
"type": "color"
},
"200": {
"value": "#BFDFED",
"type": "color"
},
"300": {
"value": "#93C5DC",
"type": "color"
},
"400": {
"value": "#6AAAC8",
"type": "color"
},
"500": {
"value": "#488DAD",
"type": "color"
},
"600": {
"value": "#3D6E84",
"type": "color"
},
"700": {
"value": "#30505E",
"type": "color"
},
"800": {
"value": "#23353E",
"type": "color"
},
"900": {
"value": "#172126",
"type": "color"
}
}
}
}