Dark Cyan
#008b8b
Here's everything about the color Dark Cyan (#008b8b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #008b8b | |
|---|---|---|
| RGB | rgb(0, 139, 139) | |
| HSL | hsl(180, 100%, 27%) | |
| CMYK | cmyk(100%, 0%, 0%, 45%) | |
| LAB | lab(52, -32, -10) | |
| OKLCH | oklch(0.58 0.098 195) |
Color harmonies
Tints & shades
Code snippets
color: #008b8b;
background-color: #008b8b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF008B8B)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.55, blue: 0.55, alpha: 1.0)