Wolfram
#b5b6b7
Here's everything about the color Wolfram (#b5b6b7) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b5b6b7 | |
|---|---|---|
| RGB | rgb(181, 182, 183) | |
| HSL | hsl(210, 1%, 71%) | |
| CMYK | cmyk(1%, 1%, 0%, 28%) | |
| LAB | lab(74, 0, -1) | |
| OKLCH | oklch(0.78 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #b5b6b7;
background-color: #b5b6b7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB5B6B7)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.71, blue: 0.72, alpha: 1.0)