Silver Surfer
#7e7d88
Silver Surfer, represented by the hex value #7e7d88, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7e7d88 | |
|---|---|---|
| RGB | rgb(126, 125, 136) | |
| HSL | hsl(245, 4%, 51%) | |
| CMYK | cmyk(7%, 8%, 0%, 47%) | |
| LAB | lab(53, 2, -6) | |
| OKLCH | oklch(0.59 0.017 290) |
Color harmonies
Tints & shades
Code snippets
color: #7e7d88;
background-color: #7e7d88;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7E7D88)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.49, blue: 0.53, alpha: 1.0)