A deep navy base keeps balances calm while a single electric blue does all the pushing. Nothing else is allowed to shout.
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: #0B1020;
--secondary: #16233F;
--primary: #2F6BFF;
--accent: #6FA8FF;
--surface: #E8EEFB;
}
$fintech-trust-text: #0B1020; $fintech-trust-secondary: #16233F; $fintech-trust-primary: #2F6BFF; $fintech-trust-accent: #6FA8FF; $fintech-trust-surface: #E8EEFB;
// tailwind.config.js — theme.extend.colors
colors: {
'fintech-trust': {
'text': '#0B1020',
'secondary': '#16233F',
'primary': '#2F6BFF',
'accent': '#6FA8FF',
'surface': '#E8EEFB',
},
}
{
"fintech-trust": {
"text": {
"value": "#0B1020",
"type": "color"
},
"secondary": {
"value": "#16233F",
"type": "color"
},
"primary": {
"value": "#2F6BFF",
"type": "color"
},
"accent": {
"value": "#6FA8FF",
"type": "color"
},
"surface": {
"value": "#E8EEFB",
"type": "color"
}
}
}
{
"text": "#0B1020",
"secondary": "#16233F",
"primary": "#2F6BFF",
"accent": "#6FA8FF",
"surface": "#E8EEFB"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0B1020 #16233F #2F6BFF #6FA8FF #E8EEFB