#313C14 is a deep, temperate green. On the Color Lab it reads organic and grounded, quietly premium. It reproduces cleanly in print.
Not just a swatch — here's how #313C14 works with other colors. Named schemes with #313C14 in its natural role, and a note on why the supporting colors balance it.
This palette keeps British Racing Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
British Racing 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.
British Racing Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
British Racing Green holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
British Racing 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 British Racing Green carrying the quiet middle.
How #313C14 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 #313C14 at work across the surfaces designers actually ship.
:root {
--color-base: #313C14;
--color-base-rgb: 49 60 20;
--color-base-oklch: oklch(33.6% 0.063 122.7);
--color-50: #F9FCF3;
--color-100: #EFF5E0;
--color-200: #DFEBC2;
--color-300: #C6D897;
--color-400: #ABC270;
--color-500: #8DA64E;
--color-600: #6E8042;
--color-700: #505C33;
--color-800: #363C24;
--color-900: #222518;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
british-racing-green: {
50: '#F9FCF3',
100: '#EFF5E0',
200: '#DFEBC2',
300: '#C6D897',
400: '#ABC270',
500: '#8DA64E',
600: '#6E8042',
700: '#505C33',
800: '#363C24',
900: '#222518',
},
}
$base: #313C14; $base-ink: #FFFFFF; $base-50: #F9FCF3; $base-100: #EFF5E0; $base-200: #DFEBC2; $base-300: #C6D897; $base-400: #ABC270; $base-500: #8DA64E; $base-600: #6E8042; $base-700: #505C33; $base-800: #363C24; $base-900: #222518; $base-hover: #283110; $base-subtle: #C9D7A6;
{
"color": {
"base": {
"value": "#313C14",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F9FCF3",
"type": "color"
},
"100": {
"value": "#EFF5E0",
"type": "color"
},
"200": {
"value": "#DFEBC2",
"type": "color"
},
"300": {
"value": "#C6D897",
"type": "color"
},
"400": {
"value": "#ABC270",
"type": "color"
},
"500": {
"value": "#8DA64E",
"type": "color"
},
"600": {
"value": "#6E8042",
"type": "color"
},
"700": {
"value": "#505C33",
"type": "color"
},
"800": {
"value": "#363C24",
"type": "color"
},
"900": {
"value": "#222518",
"type": "color"
}
}
}
}