Tangled Web
#b2b2b2
Here's everything about the color Tangled Web (#b2b2b2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b2b2b2 | |
|---|---|---|
| RGB | rgb(178, 178, 178) | |
| HSL | hsl(0, 0%, 70%) | |
| CMYK | cmyk(0%, 0%, 0%, 30%) | |
| LAB | lab(73, 0, 0) | |
| OKLCH | oklch(0.76 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #b2b2b2;
background-color: #b2b2b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB2B2B2)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.70, blue: 0.70, alpha: 1.0)