#0F613F is a mid-toned, temperate teal-green. On the Color Lab it reads organic and grounded, 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 #0F613F works with other colors. Named schemes with #0F613F in its natural role, and a note on why the supporting colors balance it.
Hunter Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Hunter Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Hunter 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.
Hunter Green sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Hunter 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 Hunter Green carrying the quiet middle.
How #0F613F 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 #0F613F at work across the surfaces designers actually ship.
:root {
--color-base: #0F613F;
--color-base-rgb: 15 97 63;
--color-base-oklch: oklch(43.7% 0.094 159.6);
--color-50: #F1FDF8;
--color-100: #DBFAED;
--color-200: #B9F4DB;
--color-300: #88E7BF;
--color-400: #5DD5A3;
--color-500: #3ABB85;
--color-600: #338E68;
--color-700: #2A654C;
--color-800: #1F4233;
--color-900: #152820;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
hunter-green: {
50: '#F1FDF8',
100: '#DBFAED',
200: '#B9F4DB',
300: '#88E7BF',
400: '#5DD5A3',
500: '#3ABB85',
600: '#338E68',
700: '#2A654C',
800: '#1F4233',
900: '#152820',
},
}
$base: #0F613F; $base-ink: #FFFFFF; $base-50: #F1FDF8; $base-100: #DBFAED; $base-200: #B9F4DB; $base-300: #88E7BF; $base-400: #5DD5A3; $base-500: #3ABB85; $base-600: #338E68; $base-700: #2A654C; $base-800: #1F4233; $base-900: #152820; $base-hover: #0C4E32; $base-subtle: #A2E4C9;
{
"color": {
"base": {
"value": "#0F613F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FDF8",
"type": "color"
},
"100": {
"value": "#DBFAED",
"type": "color"
},
"200": {
"value": "#B9F4DB",
"type": "color"
},
"300": {
"value": "#88E7BF",
"type": "color"
},
"400": {
"value": "#5DD5A3",
"type": "color"
},
"500": {
"value": "#3ABB85",
"type": "color"
},
"600": {
"value": "#338E68",
"type": "color"
},
"700": {
"value": "#2A654C",
"type": "color"
},
"800": {
"value": "#1F4233",
"type": "color"
},
"900": {
"value": "#152820",
"type": "color"
}
}
}
}