Dark Blue Color Code
Dark Blue·#00008B
Dark Blue is a dense CSS named blue at #00008B that sits between Navy and standard Blue. Use it when you need a darker, more concentrated blue for navigation, structural emphasis, and high-contrast interface accents without drifting fully into navy.
Tonal Scale
Contrast Checks
White text on this color
Buttons, badges, and filled actions.
Dark text on this color
Large headings and selective UI.
This color on light surface
Links, borders, and icons on light UI.
Professional Reference
Accessibility Matrix
White text on this color
White text placed on the current color.
Dark text on this color
Dark text or headings on the current color.
This color on light surface
Use this color for links, strokes, or icons on light UI.
This color on dark surface
Use this color inside dark shells for strokes, tags, or icons.
Where It Works
- Headers, side nav, and concentrated emphasis.
- Darker than Medium Blue, cleaner than Navy.
- Pairs with white, slate neutrals, and brighter blues.
Reference Notes
Dark Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Trust-building blues for enterprise and SaaS.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-dark-blue: #00008B;
--color-dark-blue-rgb: 0 0 139;
}class="bg-[#00008B] text-white"
class="hover:bg-[#000064] ring-1 ring-[#00008B]"{
"darkBlue": "#00008B",
"darkBlueRgb": [0, 0, 139],
"darkBlueHsl": [240, 100, 27]
}