#7BB2DC is a soft, cool blue. On the Color Lab it reads clean and engineered. It reproduces cleanly in print.
Not just a swatch — here's how #7BB2DC works with other colors. Named schemes with #7BB2DC in its natural role, and a note on why the supporting colors balance it.
Iceberg keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Iceberg opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Iceberg 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.
Iceberg is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Iceberg.
Iceberg 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 Iceberg carrying the quiet middle.
How #7BB2DC 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 #7BB2DC at work across the surfaces designers actually ship.
:root {
--color-base: #7BB2DC;
--color-base-rgb: 123 178 220;
--color-base-oklch: oklch(74.1% 0.084 242.2);
--color-50: #F2F8FC;
--color-100: #DEECF7;
--color-200: #BFD9EE;
--color-300: #92BDDD;
--color-400: #699FC9;
--color-500: #4781AD;
--color-600: #3D6685;
--color-700: #304B5F;
--color-800: #23323E;
--color-900: #172026;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
iceberg: {
50: '#F2F8FC',
100: '#DEECF7',
200: '#BFD9EE',
300: '#92BDDD',
400: '#699FC9',
500: '#4781AD',
600: '#3D6685',
700: '#304B5F',
800: '#23323E',
900: '#172026',
},
}
$base: #7BB2DC; $base-ink: #141310; $base-50: #F2F8FC; $base-100: #DEECF7; $base-200: #BFD9EE; $base-300: #92BDDD; $base-400: #699FC9; $base-500: #4781AD; $base-600: #3D6685; $base-700: #304B5F; $base-800: #23323E; $base-900: #172026; $base-hover: #4492CD; $base-subtle: #DBE7F1;
{
"color": {
"base": {
"value": "#7BB2DC",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F2F8FC",
"type": "color"
},
"100": {
"value": "#DEECF7",
"type": "color"
},
"200": {
"value": "#BFD9EE",
"type": "color"
},
"300": {
"value": "#92BDDD",
"type": "color"
},
"400": {
"value": "#699FC9",
"type": "color"
},
"500": {
"value": "#4781AD",
"type": "color"
},
"600": {
"value": "#3D6685",
"type": "color"
},
"700": {
"value": "#304B5F",
"type": "color"
},
"800": {
"value": "#23323E",
"type": "color"
},
"900": {
"value": "#172026",
"type": "color"
}
}
}
}