Phantom
#6e797b
Here's everything about the color Phantom (#6e797b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #6e797b | |
|---|---|---|
| RGB | rgb(110, 121, 123) | |
| HSL | hsl(189, 6%, 46%) | |
| CMYK | cmyk(11%, 2%, 0%, 52%) | |
| LAB | lab(50, -4, -3) | |
| OKLCH | oklch(0.57 0.014 210) |
Color harmonies
Tints & shades
Code snippets
color: #6e797b;
background-color: #6e797b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF6E797B)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.47, blue: 0.48, alpha: 1.0)