Cyan
#00ffff
Here's everything about the color Cyan (#00ffff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00ffff | |
|---|---|---|
| RGB | rgb(0, 255, 255) | |
| HSL | hsl(180, 100%, 50%) | |
| CMYK | cmyk(100%, 0%, 0%, 0%) | |
| LAB | lab(91, -51, -15) | |
| OKLCH | oklch(0.91 0.155 195) |
Color harmonies
Tints & shades
Code snippets
color: #00ffff;
background-color: #00ffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00FFFF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 1.00, blue: 1.00, alpha: 1.0)