#17525F is a mid-toned, cool blue. On the Color Lab it reads clean and engineered, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #17525F works with other colors. Named schemes with #17525F in its natural role, and a note on why the supporting colors balance it.
Dark Slate Gray opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Dark Slate Gray keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Dark Slate Gray is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Dark Slate Gray.
Dark Slate Gray plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Dark Slate Gray 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 Dark Slate Gray carrying the quiet middle.
How #17525F 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 #17525F at work across the surfaces designers actually ship.
:root {
--color-base: #17525F;
--color-base-rgb: 23 82 95;
--color-base-oklch: oklch(40.7% 0.062 215.6);
--color-50: #F2FBFC;
--color-100: #DDF3F8;
--color-200: #BDE6EF;
--color-300: #90D1DF;
--color-400: #67B9CB;
--color-500: #459CB0;
--color-600: #3B7987;
--color-700: #2F5760;
--color-800: #223A3F;
--color-900: #162427;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
dark-slate-gray: {
50: '#F2FBFC',
100: '#DDF3F8',
200: '#BDE6EF',
300: '#90D1DF',
400: '#67B9CB',
500: '#459CB0',
600: '#3B7987',
700: '#2F5760',
800: '#223A3F',
900: '#162427',
},
}
$base: #17525F; $base-ink: #FFFFFF; $base-50: #F2FBFC; $base-100: #DDF3F8; $base-200: #BDE6EF; $base-300: #90D1DF; $base-400: #67B9CB; $base-500: #459CB0; $base-600: #3B7987; $base-700: #2F5760; $base-800: #223A3F; $base-900: #162427; $base-hover: #12414C; $base-subtle: #A9D5DF;
{
"color": {
"base": {
"value": "#17525F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F2FBFC",
"type": "color"
},
"100": {
"value": "#DDF3F8",
"type": "color"
},
"200": {
"value": "#BDE6EF",
"type": "color"
},
"300": {
"value": "#90D1DF",
"type": "color"
},
"400": {
"value": "#67B9CB",
"type": "color"
},
"500": {
"value": "#459CB0",
"type": "color"
},
"600": {
"value": "#3B7987",
"type": "color"
},
"700": {
"value": "#2F5760",
"type": "color"
},
"800": {
"value": "#223A3F",
"type": "color"
},
"900": {
"value": "#162427",
"type": "color"
}
}
}
}