#B2AA2E is a mid-toned, warm green. On the Color Lab it reads organic and grounded. It sits well as a supporting tone.
Not just a swatch — here's how #B2AA2E works with other colors. Named schemes with #B2AA2E in its natural role, and a note on why the supporting colors balance it.
This palette keeps Brass as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Brass leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Brass holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Brass opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Brass 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 Brass carrying the quiet middle.
How #B2AA2E 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 #B2AA2E at work across the surfaces designers actually ship.
:root {
--color-base: #B2AA2E;
--color-base-rgb: 178 170 46;
--color-base-oklch: oklch(72.3% 0.139 105.6);
--color-50: #FCFCF2;
--color-100: #F7F6DE;
--color-200: #EEEBBE;
--color-300: #DED992;
--color-400: #CAC368;
--color-500: #AEA746;
--color-600: #86813C;
--color-700: #5F5C30;
--color-800: #3F3D22;
--color-900: #272617;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
brass: {
50: '#FCFCF2',
100: '#F7F6DE',
200: '#EEEBBE',
300: '#DED992',
400: '#CAC368',
500: '#AEA746',
600: '#86813C',
700: '#5F5C30',
800: '#3F3D22',
900: '#272617',
},
}
$base: #B2AA2E; $base-ink: #141310; $base-50: #FCFCF2; $base-100: #F7F6DE; $base-200: #EEEBBE; $base-300: #DED992; $base-400: #CAC368; $base-500: #AEA746; $base-600: #86813C; $base-700: #5F5C30; $base-800: #3F3D22; $base-900: #272617; $base-hover: #8F8825; $base-subtle: #E7E5C1;
{
"color": {
"base": {
"value": "#B2AA2E",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCFCF2",
"type": "color"
},
"100": {
"value": "#F7F6DE",
"type": "color"
},
"200": {
"value": "#EEEBBE",
"type": "color"
},
"300": {
"value": "#DED992",
"type": "color"
},
"400": {
"value": "#CAC368",
"type": "color"
},
"500": {
"value": "#AEA746",
"type": "color"
},
"600": {
"value": "#86813C",
"type": "color"
},
"700": {
"value": "#5F5C30",
"type": "color"
},
"800": {
"value": "#3F3D22",
"type": "color"
},
"900": {
"value": "#272617",
"type": "color"
}
}
}
}