Two accents at full chroma, an electric blue and a synthetic purple, over a near-lightless ground. Everything structural stays desaturated so the signal colors do all the shouting.
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: #05060F;
--secondary: #101228;
--accent: #3D6BFF;
--primary: #A855F7;
--surface: #E4E9FF;
}
$cyber-blue-purple-text: #05060F; $cyber-blue-purple-secondary: #101228; $cyber-blue-purple-accent: #3D6BFF; $cyber-blue-purple-primary: #A855F7; $cyber-blue-purple-surface: #E4E9FF;
// tailwind.config.js — theme.extend.colors
colors: {
'cyber-blue-purple': {
'text': '#05060F',
'secondary': '#101228',
'accent': '#3D6BFF',
'primary': '#A855F7',
'surface': '#E4E9FF',
},
}
{
"cyber-blue-purple": {
"text": {
"value": "#05060F",
"type": "color"
},
"secondary": {
"value": "#101228",
"type": "color"
},
"accent": {
"value": "#3D6BFF",
"type": "color"
},
"primary": {
"value": "#A855F7",
"type": "color"
},
"surface": {
"value": "#E4E9FF",
"type": "color"
}
}
}
{
"text": "#05060F",
"secondary": "#101228",
"accent": "#3D6BFF",
"primary": "#A855F7",
"surface": "#E4E9FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #05060F #101228 #3D6BFF #A855F7 #E4E9FF