Medium Blue Color Code
Medium Blue·#0000CD
Medium Blue is a saturated CSS named blue at #0000CD that lands between Dark Blue and pure Blue. Use it when you want a classic digital blue with slightly less intensity than #0000FF for links, active states, and focused interface accents.
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
- Links, active states, and classic digital accents.
- Less absolute than Blue, brighter than Dark Blue.
- Pairs with white, charcoal neutrals, and lighter blues.
Reference Notes
Medium 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-medium-blue: #0000CD;
--color-medium-blue-rgb: 0 0 205;
}class="bg-[#0000CD] text-white"
class="hover:bg-[#000094] ring-1 ring-[#0000CD]"{
"mediumBlue": "#0000CD",
"mediumBlueRgb": [0, 0, 205],
"mediumBlueHsl": [240, 100, 40]
}