Powerful Strong
A powerful palette with commanding darks and intense red accents. Communicates strength, determination, and unwavering resolve.
Color Breakdown
Role
background
Name
Gray 900
Hex
#111827
Tailwind
bg-gray-900
Role
surface
Name
Zinc 900
Hex
#18181b
Tailwind
bg-zinc-900
Role
primary
Name
White
Hex
#ffffff
Tailwind
text-white
Role
secondary
Name
Slate 400
Hex
#94a3b8
Tailwind
text-slate-400
Role
accent
Name
Red 600
Hex
#dc2626
Tailwind
bg-red-600
Live Preview
Welcome Back
This is a live preview of the Powerful Strong color scheme applied to a sample card component. See how the colors work together in a realistic UI context.
Design Rationale
“Dark backgrounds with white text create a no-nonsense, powerful foundation. Red accents demand attention like warning signals, adding controlled intensity.
Use Cases
CSS Variables
:root {
--background: #111827;
--surface: #18181b;
--primary: #ffffff;
--secondary: #94a3b8;
--accent: #dc2626;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'powerful-strong': {
'background': '#111827', // bg-gray-900
'surface': '#18181b', // bg-zinc-900
'primary': '#ffffff', // text-white
'secondary': '#94a3b8', // text-slate-400
'accent': '#dc2626', // bg-red-600
},
},
},
},
};Related Color Schemes
Calm Serene
A serene and calming palette with soft blues and muted backgrounds. Designed to reduce visual stress and promote tranquility.
Energetic Bold
A bold and energetic palette with vivid reds and bright accents. Designed to excite, motivate, and drive immediate action.
Professional Corporate
A polished corporate palette with conservative blues and structured grays. Conveys reliability, competence, and business credibility.
Playful Fun
A fun and playful palette bursting with cheerful colors. Designed to make users smile and create a lighthearted experience.
Luxurious Premium
A luxurious palette with rich dark backgrounds and gold accents. Every color choice reinforces exclusivity and premium positioning.
Friendly Approachable
A friendly and approachable palette with warm, inviting colors. Makes users feel welcome and lowers barriers to engagement.
Build with This Scheme
Use our palette generator to customize and extend this color scheme for your project.
Open Palette Generator