#124E2C is a mid-toned, temperate teal-green. On the Color Lab it reads organic and grounded, quietly premium. It reproduces cleanly in print.
Not just a swatch — here's how #124E2C works with other colors. Named schemes with #124E2C in its natural role, and a note on why the supporting colors balance it.
Castleton Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Castleton Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Castleton Green keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Castleton Green carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Castleton 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 Castleton Green carrying the quiet middle.
How #124E2C 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 #124E2C at work across the surfaces designers actually ship.
:root {
--color-base: #124E2C;
--color-base-rgb: 18 78 44;
--color-base-oklch: oklch(37.7% 0.084 153.9);
--color-50: #F2FDF7;
--color-100: #DDF8E9;
--color-200: #BDF0D3;
--color-300: #8FE0B2;
--color-400: #65CD92;
--color-500: #43B273;
--color-600: #3A885C;
--color-700: #2E6144;
--color-800: #21402E;
--color-900: #16271D;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
castleton-green: {
50: '#F2FDF7',
100: '#DDF8E9',
200: '#BDF0D3',
300: '#8FE0B2',
400: '#65CD92',
500: '#43B273',
600: '#3A885C',
700: '#2E6144',
800: '#21402E',
900: '#16271D',
},
}
$base: #124E2C; $base-ink: #FFFFFF; $base-50: #F2FDF7; $base-100: #DDF8E9; $base-200: #BDF0D3; $base-300: #8FE0B2; $base-400: #65CD92; $base-500: #43B273; $base-600: #3A885C; $base-700: #2E6144; $base-800: #21402E; $base-900: #16271D; $base-hover: #0E3F24; $base-subtle: #A3DFBD;
{
"color": {
"base": {
"value": "#124E2C",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F2FDF7",
"type": "color"
},
"100": {
"value": "#DDF8E9",
"type": "color"
},
"200": {
"value": "#BDF0D3",
"type": "color"
},
"300": {
"value": "#8FE0B2",
"type": "color"
},
"400": {
"value": "#65CD92",
"type": "color"
},
"500": {
"value": "#43B273",
"type": "color"
},
"600": {
"value": "#3A885C",
"type": "color"
},
"700": {
"value": "#2E6144",
"type": "color"
},
"800": {
"value": "#21402E",
"type": "color"
},
"900": {
"value": "#16271D",
"type": "color"
}
}
}
}