Legal Burgundy Color Palette
A dignified burgundy palette for law firms, wine brands, and heritage institutions. Conveys authority and tradition.
Dark Burgundy
HEX: #3b0d1e
RGB: rgb(59, 13, 30)
HSL: hsl(338, 64%, 14%)
Wine
HEX: #5c142e
RGB: rgb(92, 20, 46)
HSL: hsl(338, 64%, 22%)
Legal Burgundy
HEX: #7f1d3f
RGB: rgb(127, 29, 63)
HSL: hsl(339, 63%, 31%)
Rose Wine
HEX: #a8466a
RGB: rgb(168, 70, 106)
HSL: hsl(338, 41%, 47%)
Burgundy Light
HEX: #d4889e
RGB: rgb(212, 136, 158)
HSL: hsl(343, 47%, 68%)
CSS Variables
:root {
--legal-burgundy-1: #3b0d1e;
--legal-burgundy-2: #5c142e;
--legal-burgundy-3: #7f1d3f;
--legal-burgundy-4: #a8466a;
--legal-burgundy-5: #d4889e;
} Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'legal-burgundy': {
'100': '#3b0d1e',
'200': '#5c142e',
'300': '#7f1d3f',
'400': '#a8466a',
'500': '#d4889e',
},
},
},
},
} Use Cases
Law firms
Wine brands
Heritage institutions
Luxury consulting
Related Palettes
Frequently Asked Questions
Why do law firms gravitate toward burgundy?▾
Burgundy conveys authority, tradition, sophistication, and seriousness. These are core values in legal branding, making it a natural choice alongside navy and forest green.
How do I use burgundy without looking outdated?▾
Pair burgundy with clean white space and modern typography. Use it as an accent against light backgrounds rather than as an all-over dark theme.