Silverback
#cbcbcb
Silverback is a color with the hex code #cbcbcb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cbcbcb | |
|---|---|---|
| RGB | rgb(203, 203, 203) | |
| HSL | hsl(0, 0%, 80%) | |
| CMYK | cmyk(0%, 0%, 0%, 20%) | |
| LAB | lab(82, 0, 0) | |
| OKLCH | oklch(0.84 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #cbcbcb;
background-color: #cbcbcb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCBCBCB)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.80, blue: 0.80, alpha: 1.0)