Cyan Color Code
Cyan·#00FFFF
Cyan is the canonical CSS named cyan at #00FFFF. It is brighter and more electric than Sky Blue or Deep Sky Blue, making it useful when you need crisp callouts, chart emphasis, futuristic interfaces, or unmistakable cool-toned contrast.
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
- Chart emphasis, technical callouts, and futuristic accents.
- Very bright; best in focused roles, not large reading surfaces.
- Pairs with white, ink-dark neutrals, and deeper blue anchors.
Reference Notes
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-cyan: #00FFFF;
--color-cyan-rgb: 0 255 255;
}class="bg-[#00FFFF] text-white"
class="hover:bg-[#00B8B8] ring-1 ring-[#00FFFF]"{
"cyan": "#00FFFF",
"cyanRgb": [0, 255, 255],
"cyanHsl": [180, 100, 50]
}