Metallic
#bcc3c7
Metallic is a color with the hex code #bcc3c7. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bcc3c7 | |
|---|---|---|
| RGB | rgb(188, 195, 199) | |
| HSL | hsl(202, 9%, 76%) | |
| CMYK | cmyk(6%, 2%, 0%, 22%) | |
| LAB | lab(78, -2, -3) | |
| OKLCH | oklch(0.81 0.01 232) |
Color harmonies
Tints & shades
Code snippets
color: #bcc3c7;
background-color: #bcc3c7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBCC3C7)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.76, blue: 0.78, alpha: 1.0)