Gull
#918c8f
Gull is a color with the hex code #918c8f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #918c8f | |
|---|---|---|
| RGB | rgb(145, 140, 143) | |
| HSL | hsl(324, 2%, 56%) | |
| CMYK | cmyk(0%, 3%, 1%, 43%) | |
| LAB | lab(59, 2, -1) | |
| OKLCH | oklch(0.65 0.007 340) |
Color harmonies
Tints & shades
Code snippets
color: #918c8f;
background-color: #918c8f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF918C8F)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.55, blue: 0.56, alpha: 1.0)