Pigeon
#a9afaa
Pigeon is a color with the hex code #a9afaa. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #a9afaa | |
|---|---|---|
| RGB | rgb(169, 175, 170) | |
| HSL | hsl(130, 4%, 67%) | |
| CMYK | cmyk(3%, 0%, 3%, 31%) | |
| LAB | lab(71, -3, 2) | |
| OKLCH | oklch(0.75 0.01 151) |
Color harmonies
Tints & shades
Code snippets
color: #a9afaa;
background-color: #a9afaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA9AFAA)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.69, blue: 0.67, alpha: 1.0)