Dark Cyan Color Code
Dark Cyan·#008B8B
Dark Cyan is a deeper CSS named cyan at #008B8B that trades the brightness of Cyan for more weight and structure. Use it when you need a technical blue-green for dashboards, industrial UI, data controls, and interfaces that should feel cooler and more grounded than electric aqua 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
- Dashboards, technical controls, and serious blue-green accents.
- More structured than Cyan, less bright than Aqua.
- Pairs with white, charcoal neutrals, and lighter turquoise accents.
Reference Notes
Dark Cyan is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Clean cyan and teal hues for product UIs.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-dark-cyan: #008B8B;
--color-dark-cyan-rgb: 0 139 139;
}class="bg-[#008B8B] text-white"
class="hover:bg-[#006464] ring-1 ring-[#008B8B]"{
"darkCyan": "#008B8B",
"darkCyanRgb": [0, 139, 139],
"darkCyanHsl": [180, 100, 27]
}