Cyan Color Code
Cyan·#00FFFF
Cyan is the CSS named color `#00FFFF`. If you searched `cyan rgb`, `cyan hex code`, or `#00FFFF`, this is the direct answer. In CSS and HTML, Cyan and Aqua share the same numeric value, which makes this page the exact reference when you need the official web color name and its formats.
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
- Cyan and Aqua are two names for the same CSS value: `#00FFFF`.
- Searches such as `cyan rgb` or `cyan html color` are usually looking for the exact named-color mapping, not a broader palette.
- It is brighter and more electric than sky-blue families, so use it carefully for text-heavy UI.
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
- Use it when you need the exact `#00FFFF` reference for CSS, HTML, chart accents, or technical callouts.
- Because Cyan is extremely bright, keep it in focused roles instead of long-reading backgrounds or dense text areas.
- If readability matters, verify whether dark text performs better before using it in UI.
Reference Notes
Cyan is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference 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]
}