Lavender softened to product grade: enough chroma to signal an action, gentle enough to sit under long forms all day. The ink is violet-cast rather than black, so nothing feels stark.
Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.
:root {
--text: #201D30;
--secondary: #3B3654;
--primary: #7E6FD8;
--accent: #C7BCF2;
--surface: #F5F2FC;
}
$muted-lavender-ui-text: #201D30; $muted-lavender-ui-secondary: #3B3654; $muted-lavender-ui-primary: #7E6FD8; $muted-lavender-ui-accent: #C7BCF2; $muted-lavender-ui-surface: #F5F2FC;
// tailwind.config.js — theme.extend.colors
colors: {
'muted-lavender-ui': {
'text': '#201D30',
'secondary': '#3B3654',
'primary': '#7E6FD8',
'accent': '#C7BCF2',
'surface': '#F5F2FC',
},
}
{
"muted-lavender-ui": {
"text": {
"value": "#201D30",
"type": "color"
},
"secondary": {
"value": "#3B3654",
"type": "color"
},
"primary": {
"value": "#7E6FD8",
"type": "color"
},
"accent": {
"value": "#C7BCF2",
"type": "color"
},
"surface": {
"value": "#F5F2FC",
"type": "color"
}
}
}
{
"text": "#201D30",
"secondary": "#3B3654",
"primary": "#7E6FD8",
"accent": "#C7BCF2",
"surface": "#F5F2FC"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #201D30 #3B3654 #7E6FD8 #C7BCF2 #F5F2FC